Unverified Commit 840159d5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

trurl: 0.14 -> 0.16 (#343029)

parents e698a087 2ad965e1
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.14";
  version = "0.16";

  src = fetchFromGitHub {
    owner = "curl";
    repo = pname;
    rev = "${pname}-${version}";
    hash = "sha256-BzsDvEsUntVwTPY/+kIKOhznDIabfioT2y4cofD+eTg=";
    hash = "sha256-Og7+FVCBWohVd58GVxFN3KChcG0Kts1MokiOQXZ1OTc=";
  };

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