morgen: 3.6.6 -> 3.6.9 (#389592)

This commit is contained in:
Austin Horstman
2025-03-15 23:21:31 -05:00
committed by GitHub
3 changed files with 4 additions and 8 deletions
@@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "morgen";
version = "3.6.6";
version = "3.6.9";
src = fetchurl {
name = "morgen-${version}.deb";
url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
hash = "sha256-QisOXMj6uUMluPruUjtOEK93l+aZe7qsJUAZ589RzvU=";
hash = "sha256-An3CfJQ89aqpxMOf20YG+cuEVDrhgMGAm/Scn4hMV8E=";
};
nativeBuildInputs = [
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "All-in-one Calendars, Tasks and Scheduler";
homepage = "https://morgen.so/download";
homepage = "https://morgen.so/";
mainProgram = "morgen";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
@@ -23,4 +23,4 @@ echo "Latest version of Morgen is $latestVersion"
update-source-version morgen "$latestVersion"
# Fetch and update the hash
nix-prefetch-url --unpack "https://dl.todesktop.com/210203cqcj00tw1/versions/${latestVersion}/linux/deb"
nix-prefetch-url "https://dl.todesktop.com/210203cqcj00tw1/versions/${latestVersion}/linux/deb"
-4
View File
@@ -4207,10 +4207,6 @@ with pkgs;
docbook-xsl = docbook_xsl;
};
morgen = callPackage ../applications/office/morgen {
electron = electron_32;
};
metasploit = callPackage ../tools/security/metasploit { };
mhost = callPackage ../applications/networking/mhost {