about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-16 22:32:33 +0200
committerGitHub <noreply@github.com>2024-06-16 22:32:33 +0200
commit5561080ce08058d3a06e7420cc6d8b1e52858b9c (patch)
tree26d9986a5afbf0de0386395d63cfd951755207d6 /pkgs/applications/office
parent21c83a9e2628c31d745c52ffdd286280bc7bb3b3 (diff)
parent40eb861d785391ea8a26988c78cbe078b8dc1bda (diff)
Merge pull request #319797 from r-ryantm/auto-update/morgen
morgen: 3.4.4 -> 3.4.5
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/morgen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/morgen/default.nix b/pkgs/applications/office/morgen/default.nix
index d14fd28d9db14..7bae5b5388d7a 100644
--- a/pkgs/applications/office/morgen/default.nix
+++ b/pkgs/applications/office/morgen/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   pname = "morgen";
-  version = "3.4.4";
+  version = "3.4.5";
 
   src = fetchurl {
     url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
-    hash = "sha256-l4wHCapIvD3kZk1DqLNWDLjwg6j7g0+qMB/KuMzH+pQ=";
+    hash = "sha256-5oBIw9PVbEGF1e47GeYNF6gJFm5z3M9KeJ1711cAg2s=";
   };
 
   nativeBuildInputs = [