grocy: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-04-10 21:40:33 +00:00
parent f0848eeb05
commit 668010302b

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