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

grocy: 3.1.0 -> 3.1.1
This commit is contained in:
Maximilian Bosch 2021-08-23 23:13:22 +02:00 committed by GitHub
commit a7f280bcb1
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.1.0";
version = "3.1.1";
src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "sha256-ohviTI2np6z+SjV2CDScouI8Lh2Ru4+CE00KlgT40i8=";
sha256 = "sha256-xoYjaZF7Frz+QPZ37fBSbgXTwsR/+Na+XsP5tfATgNg=";
};
nativeBuildInputs = [ unzip ];