1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

trurl: 0.13 -> 0.14

This commit is contained in:
R. Ryantm 2024-07-30 00:34:06 +00:00
parent 7fee7ae70f
commit 02c7a60eab

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" ];