about summary refs log tree commit diff
path: root/pkgs/applications/office/morgen
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-05 05:14:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-05 05:14:17 +0000
commit58306ceb17c8daea391a6bb888fc68b75fff0718 (patch)
tree69ab129ec2b98d3683e031272030f4fe77d4f35b /pkgs/applications/office/morgen
parentf71c25b983d2724a3e98266ebee801088f504856 (diff)
morgen: 2.6.6 -> 2.6.7
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 a6bb64bbdf7c9..f6e8ac7e64010 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.6.6";
+  version = "2.6.7";
 
   src = fetchurl {
     url = "https://download.todesktop.com/210203cqcj00tw1/morgen-${version}.deb";
-    sha256 = "sha256-hmZeXQneKh3Kca/Goct3KP5q+Ce6lpYWDqFfqbcT644=";
+    sha256 = "sha256-DlwAMA/YEnB9Z6Ry1Hvu9R9TgTw737PLtZfAVEKLjPY=";
   };
 
   nativeBuildInputs = [