ugrep: 6.4.0 -> 6.4.1

This commit is contained in:
Ashish SHUKLA
2024-08-09 18:15:36 +00:00
parent 6d13b41655
commit 45fe53c138
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "6.4.0";
version = "6.4.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-oD55EEThyetByEaO2ZZxAadouZf/Z+p10lvnESep8gg=";
hash = "sha256-0T/fX+ZzxfJD3CmoYLWSe3LE6B4HWkCC2bqXNwzUVpk=";
};
buildInputs = [