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

ugrep: 3.12.3 -> 3.12.6
This commit is contained in:
Pol Dellaiera 2023-08-16 17:26:47 +02:00 committed by GitHub
commit 3b4a9275f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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