Merge pull request #146172 from Ma27/bump-grocy

grocy: 3.1.2 -> 3.1.3
This commit is contained in:
Maximilian Bosch
2021-11-17 17:35:53 +01:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "grocy";
version = "3.1.2";
version = "3.1.3";
src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "sha256-Kw2UA3jJEfGPr9jMnDmJ4GW87fwM80pQpqTz9ugXzow=";
sha256 = "sha256-6vgnV9HQHwJGUHGxAMXxXXiEj2kNTWqGcHnpPHvma/Q=";
};
nativeBuildInputs = [ unzip ];