grocy: 2.7.0 -> 2.7.1

https://github.com/grocy/grocy/releases/tag/v2.7.1
(cherry picked from commit 135ae45d24)
This commit is contained in:
Maximilian Bosch
2020-04-17 22:01:55 +02:00
parent e3354dfc8c
commit 668d0ded6b

View File

@@ -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 ];