Unverified Commit 2ad965e1 authored by Christoph Heiss's avatar Christoph Heiss
Browse files
parent 4116ad80
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" ];