Merge pull request #330971 from r-ryantm/auto-update/trurl

trurl: 0.13 -> 0.14
This commit is contained in:
Nick Cao 2024-07-30 16:45:00 -04:00 committed by GitHub
commit a8b599256e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "trurl";
version = "0.13";
version = "0.14";
src = fetchFromGitHub {
owner = "curl";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-TkYZk4SoGAc0dxtxil4FjEhA53M+/dRmhc2kJfxWze8=";
hash = "sha256-BzsDvEsUntVwTPY/+kIKOhznDIabfioT2y4cofD+eTg=";
};
outputs = [ "out" "dev" "man" ];