Merge pull request #168190 from r-ryantm/auto-update/grocy

grocy: 3.2.0 -> 3.3.0
This commit is contained in:
Ryan Mulligan 2022-04-25 21:40:05 -07:00 committed by GitHub
commit 9cfc5ba12d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "grocy";
version = "3.2.0";
version = "3.3.0";
src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "sha256-UPawutm5MllPYdru+Rpk8UYfHDNcrNYaq4qMbZksouI=";
sha256 = "sha256-y0l0V+cTIfZYtyV8l6kdFW9UzJWb7eQMEocaPo7TLbg=";
};
nativeBuildInputs = [ unzip ];