Merge pull request #295323 from r-ryantm/auto-update/ugrep

ugrep: 5.1.0 -> 5.1.1
This commit is contained in:
Pol Dellaiera 2024-03-12 21:55:01 +01:00 committed by GitHub
commit 13714dd32c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [