trurl: 0.6 -> 0.7

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-05-29 20:50:07 +02:00
parent 76d668fae7
commit 439f2eea90
No known key found for this signature in database
GPG key ID: 6817E9C75C0785D7

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "trurl";
version = "0.6";
version = "0.7";
src = fetchFromGitHub {
owner = "curl";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-/Gf7T67LPzVPhjAqTvbLiJOqfKeWvwH/WHelJZTH4ZI=";
hash = "sha256-2F/01FUsOa8ZqU1YHrxTD4KcJul2OEoW/RJCXoLfywg=";
};
outputs = [ "out" "dev" "man" ];