ugrep: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm
2024-03-12 14:04:32 +00:00
parent da05945c74
commit d25ccc5dfa
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-B3O7suGepcTUdigtumMLXGZVBVX5qUH0TVdqTY3fCXE=";
hash = "sha256-ZMBu8hewPuwpm64Oe6JselynEv04JTR/OTbpbmkfe3Y=";
};
buildInputs = [