Merge pull request #225887 from christoph-heiss/pkgs/trurl

trurl: 0.3 -> 0.4
This commit is contained in:
figsoda 2023-04-12 20:40:44 -04:00 committed by GitHub
commit 1e00756206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "trurl";
version = "0.3";
version = "0.4";
src = fetchFromGitHub {
owner = "curl";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-z7Na7lXDzSmBTuSBaizyG892D3IfbN43ytPjOEQ9CAA=";
sha256 = "sha256-f9z0gPtHcn3iWFA6MT6ngok0nXBcd6zJ8Tjnb5Lzf6c=";
};
separateDebugInfo = stdenv.isLinux;