about summary refs log tree commit diff
path: root/pkgs/servers/grocy
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 13:51:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 13:51:13 +0000
commitf06b37c413a6780e6fb8bae5026aa2fb82db89aa (patch)
tree1c55b1af0266d53c793bdf2252e7bf6e90367490 /pkgs/servers/grocy
parent2d9b7cb5f0a41da95fccc120acf730fd20d8598d (diff)
grocy: 3.3.0 -> 3.3.1
Diffstat (limited to 'pkgs/servers/grocy')
-rw-r--r--pkgs/servers/grocy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/grocy/default.nix b/pkgs/servers/grocy/default.nix
index 059f325adaa20..99b502c13d4f6 100644
--- a/pkgs/servers/grocy/default.nix
+++ b/pkgs/servers/grocy/default.nix
@@ -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 ];