lol

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

grocy: 3.2.0 -> 3.3.0

authored by

Ryan Mulligan and committed by
GitHub
9cfc5ba1 55fad6c0

+2 -2
+2 -2
pkgs/servers/grocy/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "grocy"; 5 - version = "3.2.0"; 5 + version = "3.3.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip"; 9 - sha256 = "sha256-UPawutm5MllPYdru+Rpk8UYfHDNcrNYaq4qMbZksouI="; 9 + sha256 = "sha256-y0l0V+cTIfZYtyV8l6kdFW9UzJWb7eQMEocaPo7TLbg="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ unzip ];