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-08-16 16:43:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-16 16:43:37 +0000
commite54508f0c6f8e2222aea4081c9198504dff37e69 (patch)
tree983fcabe70934ca2e9a876aea8b4f83b22030966 /pkgs/applications/office/morgen
parent9050439c4c1a485a12c5f7754a94ae35dda2699b (diff)
morgen: 2.5.8 -> 2.5.9
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 bc2a056345671..83a421cb62afd 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.5.8";
+  version = "2.5.9";
 
   src = fetchurl {
     url = "https://download.todesktop.com/210203cqcj00tw1/morgen-${version}.deb";
-    sha256 = "sha256-8WFDhEWrVGah2pyhTuaZYamiqQltC8zY2D411rOFBaE=";
+    sha256 = "sha256-WGBn4ZLERGXNPBRDoxhsOcnRT07wEdCO6+sUq/l7Hok=";
   };
 
   nativeBuildInputs = [