about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-06-30 17:20:09 +0200
committerGitHub <noreply@github.com>2024-06-30 17:20:09 +0200
commit03c41536b7e26562927795df714d349bc5a37ab6 (patch)
treed3111f459f9b76e7aab7c8c2bdcd49b6c53e658a /pkgs/applications/office
parent31850783858a1475fc5b1d344faa8b6e04fc85c0 (diff)
parent47c6c7b15e654c5894df5203d6b92ccd7fb606cb (diff)
Merge pull request #323084 from r-ryantm/auto-update/morgen
morgen: 3.4.5 -> 3.5.1
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 433b8855a9a21..9ad86d99c4b7d 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.5";
+  version = "3.5.1";
 
   src = fetchurl {
     url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
-    hash = "sha256-5oBIw9PVbEGF1e47GeYNF6gJFm5z3M9KeJ1711cAg2s=";
+    hash = "sha256-YvgVCviqAuGlT61ANktztzqRYBtROsVrScGMxY6IeEs=";
   };
 
   nativeBuildInputs = [