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

grocy: 3.1.3 -> 3.2.0
This commit is contained in:
Pascal Bach
2022-02-13 22:44:45 +01:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "grocy";
version = "3.1.3";
version = "3.2.0";
src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "sha256-6vgnV9HQHwJGUHGxAMXxXXiEj2kNTWqGcHnpPHvma/Q=";
sha256 = "sha256-UPawutm5MllPYdru+Rpk8UYfHDNcrNYaq4qMbZksouI=";
};
nativeBuildInputs = [ unzip ];