grocy: 3.3.0 -> 3.3.1

This commit is contained in:
R. Ryantm 2022-07-28 13:51:13 +00:00
parent 2d9b7cb5f0
commit f06b37c413

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "grocy";
version = "3.3.0";
version = "3.3.1";
src = fetchurl {
url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
sha256 = "sha256-y0l0V+cTIfZYtyV8l6kdFW9UzJWb7eQMEocaPo7TLbg=";
sha256 = "sha256-XqjYDha9wwfITEDRZsnH/ig+9q1/SfKIwQYg1svUaXM=";
};
nativeBuildInputs = [ unzip ];