grocy: 4.0.2 -> 4.0.3 (#254776)

This commit is contained in:
ember
2023-09-12 20:32:58 +02:00
committed by GitHub
parent fc2cabf2bf
commit 0f977cb725

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "grocy"; pname = "grocy";
version = "4.0.2"; version = "4.0.3";
src = fetchurl { src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip"; url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "sha256-ZhXfZKmfg8lSzEAGIj7LMIfvaHG1FY5j+/OpOCTxm3c="; hash = "sha256-KBTsi634SolgA01eRthMuWx7DIF7rhvJSPxiHyuKSR8=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];