Skip to content

Commit

Permalink
grocy: 2.7.0 -> 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 17, 2020
1 parent e3354df commit 668d0de
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.7.0";
version = "2.7.1";

src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "10da7s8yc3adqzd8446ksgq61zyzxb4qbnwkzj11qh64y5hyj50q";
sha256 = "0ab1yxj499vadakq2c1lils3ir6fm02wrdgrirrlar4s4z6c4p7r";
};

nativeBuildInputs = [ unzip ];
Expand Down

0 comments on commit 668d0de

Please sign in to comment.