about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-19 10:33:43 +0200
committerGitHub <noreply@github.com>2024-05-19 10:33:43 +0200
commit419fe36dfb8de37a1dd565f07a36825a836491f7 (patch)
tree5606b4ebc53c5910c99c31c348f9dbbe6f6c58b6 /pkgs
parent5e868f555d2aa3c1484690a7bd25c93a949d28b5 (diff)
parentf6a977cc1a5c9512979cfe2d184239c1379e1b7b (diff)
Merge pull request #312680 from r-ryantm/auto-update/planify
planify: 4.7.2 -> 4.7.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/office/planify/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/planify/default.nix b/pkgs/applications/office/planify/default.nix
index 8d4c079753caa..6188ffa767416 100644
--- a/pkgs/applications/office/planify/default.nix
+++ b/pkgs/applications/office/planify/default.nix
@@ -28,13 +28,13 @@
 
 stdenv.mkDerivation rec {
   pname = "planify";
-  version = "4.7.2";
+  version = "4.7.4";
 
   src = fetchFromGitHub {
     owner = "alainm23";
     repo = "planify";
     rev = version;
-    hash = "sha256-G0A3U0TUGL4RT1wpIXw/cIwDDlaLCPpo5QG6bJfoIYc=";
+    hash = "sha256-x76HasjETqXqE5yXE69/69NAYEWAksHSt0nYRq8/P0k=";
   };
 
   nativeBuildInputs = [