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-09-24 11:12:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-24 11:12:26 +0000
commite040d4d85060b40d51685e187c37804b4035d658 (patch)
tree39edea3c7c824235273d37e2905bd5fd2ed21840 /pkgs/applications/office/morgen/default.nix
parent397b1733f45dc601e82ab9e13d5d427167fc284e (diff)
morgen: 3.0.0 -> 3.0.1
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 b64e15e29de31..f2bcd3b6a975a 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.0.0";
+  version = "3.0.1";
 
   src = fetchurl {
     url = "https://download.todesktop.com/210203cqcj00tw1/morgen-${version}.deb";
-    sha256 = "sha256-6d1KYUlXv+bHPITt2zs++AtyaAT8SSCG9T8ZsgOKDiw=";
+    sha256 = "sha256-lj+V5mntZzED2ZS62Uwlt/vTXwSuwzXeuEw8y/bA6og=";
   };
 
   nativeBuildInputs = [