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 cf5b60b + 6430a87 commit 1a6a485Copy full SHA for 1a6a485
pkgs/by-name/mo/morgen/package.nix
@@ -3,12 +3,12 @@
3
4
stdenv.mkDerivation rec {
5
pname = "morgen";
6
- version = "3.6.9";
+ version = "3.6.10";
7
8
src = fetchurl {
9
name = "morgen-${version}.deb";
10
url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
11
- hash = "sha256-An3CfJQ89aqpxMOf20YG+cuEVDrhgMGAm/Scn4hMV8E=";
+ hash = "sha256-//HXWx0vi2lbCeZr+QMfif6B8MiCAdRDullQ1QlIZu8=";
12
};
13
14
nativeBuildInputs = [
0 commit comments