We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f03bab + 3218656 commit 8113e20Copy full SHA for 8113e20
pkgs/applications/office/morgen/default.nix
@@ -3,12 +3,12 @@
3
4
stdenv.mkDerivation rec {
5
pname = "morgen";
6
- version = "3.5.9";
+ version = "3.6.6";
7
8
src = fetchurl {
9
name = "morgen-${version}.deb";
10
url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
11
- hash = "sha256-ZKlj/QuQnrqQepsJY6KCROC2fXK/4Py5tmI/FVnRi9w=";
+ hash = "sha256-QisOXMj6uUMluPruUjtOEK93l+aZe7qsJUAZ589RzvU=";
12
};
13
14
nativeBuildInputs = [
0 commit comments