Skip to content

Commit

Permalink
morgen: 3.5.9 -> 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jegp committed Dec 23, 2024
1 parent 3f0cff2 commit a055948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/morgen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

stdenv.mkDerivation rec {
pname = "morgen";
version = "3.5.9";
version = "3.6.3";

src = fetchurl {
name = "morgen-${version}.deb";
url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
hash = "sha256-ZKlj/QuQnrqQepsJY6KCROC2fXK/4Py5tmI/FVnRi9w=";
hash = "sha256-kq7g79uKzk9k0RQ2OqHPRJxiHCYceVlfCUQ300rVn5E=";
};

nativeBuildInputs = [
dpkg
autoPatchelfHook
Expand Down

0 comments on commit a055948

Please sign in to comment.