Commit 5ccc047d authored by R. RyanTM's avatar R. RyanTM
Browse files

grocy: 3.3.1 -> 3.3.2

parent a82e6b5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];