grocy: 4.0.2 -> 4.0.3 (#254776)

authored by ember and committed by GitHub 0f977cb7 fc2cabf2

+2 -2
+2 -2
pkgs/servers/grocy/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "grocy"; 5 - version = "4.0.2"; 6 7 src = fetchurl { 8 url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip"; 9 - sha256 = "sha256-ZhXfZKmfg8lSzEAGIj7LMIfvaHG1FY5j+/OpOCTxm3c="; 10 }; 11 12 nativeBuildInputs = [ unzip ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "grocy"; 5 + version = "4.0.3"; 6 7 src = fetchurl { 8 url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip"; 9 + hash = "sha256-KBTsi634SolgA01eRthMuWx7DIF7rhvJSPxiHyuKSR8="; 10 }; 11 12 nativeBuildInputs = [ unzip ];