grocy: 3.1.0 -> 3.1.1

(cherry picked from commit e52facaf7575ce3e520b8081523cad96e6fd36a1)
This commit is contained in:
R. RyanTM 2021-08-22 20:04:29 +00:00 committed by Andreas Wiese
parent b5c0ce5bef
commit 168f530891
1 changed files with 2 additions and 2 deletions

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