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

warpinator: 2.0.0 -> 2.0.1 (#469918)

parents 64a6ef95 a7363f7a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ let
      python-xapp
      zeroconf
      grpcio
      setuptools
      cryptography
      pynacl
      netifaces
@@ -43,13 +42,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "warpinator";
  version = "2.0.0";
  version = "2.0.1";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "warpinator";
    rev = version;
    hash = "sha256-R6ccyZLXwxvhvRCDguxufzXfVq5tzrPEtBbXgdO6AoI=";
    hash = "sha256-HfOxEVzMmZ7lqT6M3sT5FxynqKFQHHmzvHA4Wu4NPr8=";
  };

  nativeBuildInputs = [