mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
trurl: 0.8 -> 0.9
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
2dbd3dd703
commit
e544011130
@ -2,15 +2,22 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "trurl";
|
||||
version = "0.8";
|
||||
version = "0.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "curl";
|
||||
repo = pname;
|
||||
rev = "${pname}-${version}";
|
||||
hash = "sha256-KHJMxzHqHW8WbeD6jxyuzZhuHc5x4B7fP/rYAK687ac=";
|
||||
hash = "sha256-R/7Saea84iqUICAAQz9zcfDLDud4uFedY2752xyg+oE=";
|
||||
};
|
||||
|
||||
# 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
|
||||
'';
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
separateDebugInfo = stdenv.isLinux;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user