mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #290131 from r-ryantm/auto-update/trurl
trurl: 0.9 -> 0.10
This commit is contained in:
commit
8c7bb52543
@ -2,20 +2,20 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "trurl";
|
||||
version = "0.9";
|
||||
version = "0.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "curl";
|
||||
repo = pname;
|
||||
rev = "${pname}-${version}";
|
||||
hash = "sha256-R/7Saea84iqUICAAQz9zcfDLDud4uFedY2752xyg+oE=";
|
||||
hash = "sha256-/eivtsxNzW6IlX08Zfnj06C1kdaaRs4yvqLlbBuo8ec=";
|
||||
};
|
||||
|
||||
# The version number was forgotten to be updated for the release,
|
||||
# so do it manually in the meantime.
|
||||
# See https://github.com/curl/trurl/discussions/244#discussioncomment-7436369
|
||||
postPatch = ''
|
||||
substituteInPlace version.h --replace 0.8 0.9
|
||||
substituteInPlace version.h --replace 0.8 0.10
|
||||
'';
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
Loading…
Reference in New Issue
Block a user