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-06-09 15:57:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-09 15:57:30 +0000
commit646ddd031fdbfe52922478e3a191234fb326ed56 (patch)
tree82c7a9781d6314c736d00a70096d590cf9a0e9a1 /pkgs/applications/office/morgen/default.nix
parent7b403f04f545912a70f9557631cecf472f2de90e (diff)
morgen: 2.7.2 -> 2.7.3
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 3a5d95edd2f67..1bdc378b11c0e 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.2";
+  version = "2.7.3";
 
   src = fetchurl {
     url = "https://download.todesktop.com/210203cqcj00tw1/morgen-${version}.deb";
-    sha256 = "sha256-s3gGDBxT0kHEuWiE79P/CKMknTljIdxzAP4GkS+hk+g=";
+    sha256 = "sha256-8cGL2xQI4NYDPGqnvlnVVvha3wXFT8IcjRWTTGO7OJQ=";
   };
 
   nativeBuildInputs = [