Unverified Commit 865be3a8 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

warpinator: 1.8.7 -> 1.8.8 (#372147)

parents 362c51fb 933aea91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "warpinator";
  version = "1.8.7";
  version = "1.8.8";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    hash = "sha256-EgTz0i7Dui74xYFShkLox6ITAEAF8yYATEcQ51pc7gA=";
    hash = "sha256-aqqKCYlCAL/6srbyYRoVQlIFKpTmwYZsdfLibRyAUXg=";
  };

  nativeBuildInputs = [