Unverified Commit b2e420b0 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

morgen: 3.6.19 -> 4.0.4 (#484568)

parents 8231b97a 660f0aac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@

stdenv.mkDerivation rec {
  pname = "morgen";
  version = "3.6.19";
  version = "4.0.4";

  src = fetchurl {
    name = "morgen-${version}.deb";
    url = "https://dl.todesktop.com/210203cqcj00tw1/versions/${version}/linux/deb";
    hash = "sha256-9zIs5Z6o9cH7dcVGGCKfCBr/9rR9wvQbs6BZJC3KFiQ=";
    hash = "sha256-BAUZAylPJKKUcR3VXQ2pm5VDuJjxM9AnDzujZvuE3BA=";
  };

  nativeBuildInputs = [