about summary refs log tree commit diff
path: root/pkgs/applications/office/morgen/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-26 10:59:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-26 10:59:18 +0000
commite381388f5eab6f2b9d36fa3fdaa52f38a423c04f (patch)
tree4e3db14bdb3c75403e89f872a0ef17cc618f87b0 /pkgs/applications/office/morgen/default.nix
parent12f21439d54693eb07647b27ba05c9e2163ab2b4 (diff)
morgen: 2.7.4 -> 2.7.5
Diffstat (limited to 'pkgs/applications/office/morgen/default.nix')
-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 30cc891d0999d..559474b7417a9 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.7.4";
+  version = "2.7.5";
 
   src = fetchurl {
     url = "https://download.todesktop.com/210203cqcj00tw1/morgen-${version}.deb";
-    sha256 = "sha256-jrDu4tXuYl2ttTRHpKHZDucqWO4mYc6zwAdRd0rQht4=";
+    sha256 = "sha256-gsH+KJt0d1Xe1JhgXuqot/vrMw9eBzIpCGlGeaeVJ+k=";
   };
 
   nativeBuildInputs = [