ugrep: 4.0.5 -> 4.1.0

This commit is contained in:
Ashish SHUKLA
2023-09-17 23:13:59 +02:00
parent 5148520bfa
commit 3f293ea9ec
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "4.0.5";
version = "4.1.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-7cE8kbj8ChvHOPb1F7Fj9talg82nXpXRPt4oBSGSWZw=";
hash = "sha256-FZGZ60+SGCFOfdUOlUXMZee4Il0UmT8zRmsAVX6bGYY=";
};
buildInputs = [