Merge pull request #309657 from wahjava/update-ugrep

ugrep: 5.1.4 -> 6.0.0
This commit is contained in:
Weijia Wang 2024-05-12 20:32:47 +02:00 committed by GitHub
commit a677665e7a
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.4";
version = "6.0.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-9hxMxcqrq9uHCe3Ggyv3SdjWe+uTZ4ZuicDf9196Szo=";
hash = "sha256-jZWmWZ4ZkmtdEI7BJ4cg1PBAuue8sjA7aiGotv2WmB4=";
};
buildInputs = [