Unverified Commit 824e196d authored by Christoph Heiss's avatar Christoph Heiss
Browse files

trurl: 0.10 -> 0.12

parent f1efdfc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "trurl";
  version = "0.10";
  version = "0.12";

  src = fetchFromGitHub {
    owner = "curl";
    repo = pname;
    rev = "${pname}-${version}";
    hash = "sha256-/eivtsxNzW6IlX08Zfnj06C1kdaaRs4yvqLlbBuo8ec=";
    hash = "sha256-r+z+7aE/frr1qWaBXyyO2L+aNa8CnhRqLg/jwwamIPg=";
  };

  outputs = [ "out" "dev" "man" ];