Commit fd881ffd authored by R. RyanTM's avatar R. RyanTM
Browse files

morgen: 3.5.6 -> 3.5.9

parent 54e315dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@

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

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

  nativeBuildInputs = [