about summary refs log tree commit diff
path: root/pkgs/applications/office/morgen
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-30 13:04:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-30 13:04:50 +0000
commit07d588de4db68e8094b16fe100eb15fef72b417a (patch)
treee65f752e389028e21c876a5b3c764731c9b2e5bf /pkgs/applications/office/morgen
parent0e671e2b2b6e65c5712e0ccd8c2645d47f18f362 (diff)
morgen: 2.4.4 -> 2.5.0
Diffstat (limited to 'pkgs/applications/office/morgen')
-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 b461b2ba19e1b..a9fce9ff8edb0 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 = "2.4.4";
+  version = "2.5.0";
 
   src = fetchurl {
     url = "https://download.todesktop.com/210203cqcj00tw1/morgen-${version}.deb";
-    sha256 = "sha256-5/85ro206o3SsvAvcZeDD2Dmo2jU4zXmtI3X4WdQaRI=";
+    sha256 = "sha256-6hBhfJ18ROCfmqoxrJZ5TiYCFb1xZKsJeobXFy5yfQM=";
   };
 
   nativeBuildInputs = [