Skip to content

Commit 1a6a485

Browse files
morgen: 3.6.9 -> 3.6.10 (NixOS#394680)
Co-authored-by: justanotherariel <[email protected]>
2 parents cf5b60b + 6430a87 commit 1a6a485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mo/morgen/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
stdenv.mkDerivation rec {
55
pname = "morgen";
6-
version = "3.6.9";
6+
version = "3.6.10";
77

88
src = fetchurl {
99
name = "morgen-${version}.deb";
1010
url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
11-
hash = "sha256-An3CfJQ89aqpxMOf20YG+cuEVDrhgMGAm/Scn4hMV8E=";
11+
hash = "sha256-//HXWx0vi2lbCeZr+QMfif6B8MiCAdRDullQ1QlIZu8=";
1212
};
1313

1414
nativeBuildInputs = [

0 commit comments

Comments
 (0)