Skip to content

Commit

Permalink
grocy: 2.6.1 -> 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 3, 2020
1 parent 3420bd6 commit 1d7a795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/grocy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "grocy";
version = "2.6.1";
version = "2.6.2";

src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "1fq1zlxxhpcxj67xxlgf20dia95xcimgnm13cr56sy9f2vjx58m6";
sha256 = "1cjkyv50vwx24xb1mxgy51mr4qqsqgixjww06rql77d9czmmd94k";
};

nativeBuildInputs = [ unzip ];
Expand Down

0 comments on commit 1d7a795

Please sign in to comment.