ugrep: 3.12.2 -> 3.12.3

This commit is contained in:
Ashish SHUKLA 2023-07-17 09:36:47 +02:00
parent 6cee3b5893
commit d74cf634b7
No known key found for this signature in database

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ugrep"; pname = "ugrep";
version = "3.12.2"; version = "3.12.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Genivia"; owner = "Genivia";
repo = "ugrep"; repo = "ugrep";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-h5BMqv8gv+e7pBSyQva5lmH83lxSnu86BF3KwziFdps="; hash = "sha256-KP8SpeHGOdIKnA+xavdkoj3XRU572RZtFH0DaW28m+k=";
}; };
buildInputs = [ buildInputs = [