Commit 692a9415 authored by Ryan Burns's avatar Ryan Burns
Browse files

bdep: 0.16.0 -> 0.17.0

parent 4fa15953
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

stdenv.mkDerivation rec {
  pname = "bdep";
  version = "0.16.0";
  version = "0.17.0";

  outputs = [ "out" "doc" "man" ];
  src = fetchurl {
    url = "https://pkg.cppget.org/1/alpha/build2/bdep-${version}.tar.gz";
    hash = "sha256-5w8Ng8TS8g+Nkbixn5txg4FGi57TSfc6ii+2wh8apCo=";
    hash = "sha256-+2Hl5kanxWJmOpfePAvvSBSmG3kZLQv/kYIkT4J+kaQ=";
  };

  strictDeps = true;