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

grocy: 3.3.1 -> 3.3.2
This commit is contained in:
Maximilian Bosch 2022-11-21 23:49:44 +01:00 committed by GitHub
commit d35c9f4edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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