about summary refs log tree commit diff
path: root/pkgs/servers/grocy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 20:04:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 20:04:29 +0000
commite52facaf7575ce3e520b8081523cad96e6fd36a1 (patch)
tree4c32f7e1a891fffc1ae423d145d1d477c81db598 /pkgs/servers/grocy
parent45d3c11c725e79b837df299b269771215bdba3a3 (diff)
grocy: 3.1.0 -> 3.1.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 96c7cbbdf710d..a417b8e38f7e0 100644
--- a/pkgs/servers/grocy/default.nix
+++ b/pkgs/servers/grocy/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "grocy";
-  version = "3.1.0";
+  version = "3.1.1";
 
   src = fetchurl {
     url = "https://github.com/grocy/grocy/releases/download/v${version}/grocy_${version}.zip";
-    sha256 = "sha256-ohviTI2np6z+SjV2CDScouI8Lh2Ru4+CE00KlgT40i8=";
+    sha256 = "sha256-xoYjaZF7Frz+QPZ37fBSbgXTwsR/+Na+XsP5tfATgNg=";
   };
 
   nativeBuildInputs = [ unzip ];