Unverified Commit 408232c5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gopeed: 1.6.5 -> 1.6.6 (#371047)

parents 27f93bf4 dd9c7459
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@
}:
stdenv.mkDerivation rec {
  pname = "gopeed";
  version = "1.6.5";
  version = "1.6.6";

  src = fetchurl {
    url = "https://github.com/GopeedLab/gopeed/releases/download/v${version}/Gopeed-v${version}-linux-amd64.deb";
    hash = "sha256-pFxFw8ZNV8u0Wbeh5/j/EpuH9GiyjFVyLl2M7jUr7tc=";
    hash = "sha256-Q2eCOah5Pz5kOiHjvB0CzC0iL8m4XAjAJzYxQ+YyBoY=";
  };

  nativeBuildInputs = [