Merge pull request #202263 from NixOS/backport-201276-to-release-22.11

[Backport release-22.11] grocy: 3.3.1 -> 3.3.2
This commit is contained in:
Maximilian Bosch
2022-11-22 00:16:45 +01:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "grocy";
version = "3.3.1";
version = "3.3.2";
src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "sha256-XqjYDha9wwfITEDRZsnH/ig+9q1/SfKIwQYg1svUaXM=";
sha256 = "sha256-KF4zxrC8rlRUaBKc4iLIt6TSAHMJ+tOWptMsVcixVWs=";
};
nativeBuildInputs = [ unzip ];