grocy: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm 2022-11-15 03:53:33 +00:00
parent a82e6b5dae
commit 5ccc047d3a

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