grocy: 3.0.0 -> 3.0.1

https://github.com/grocy/grocy/releases/tag/v3.0.1
This commit is contained in:
Maximilian Bosch 2021-01-05 19:22:04 +01:00
parent 12677c44d5
commit b8da2979c5
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "grocy";
version = "3.0.0";
version = "3.0.1";
src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "sha256-O7DksfA95IHvLJyRrWG8iECcUUDsOtytd78koNZdQzE=";
sha256 = "sha256-Yjxv0LcLNtpYs4ntBano9NUxwdWgF5etA/M6hUVzOa8=";
};
nativeBuildInputs = [ unzip ];