ugrep: 7.1.3 -> 7.2.2

This commit is contained in:
R. Ryantm
2025-02-15 10:48:51 +00:00
parent 866edf51b8
commit dc291677cb
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "7.1.3";
version = "7.2.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-Y8I38ZaZfRalh8La6xWs7eMqx5TzQzsyQcOWNo1XeKs=";
hash = "sha256-cAa5Y6VWoxtoO2sc3wm0J4a8Y672bk+82ymMkg5U+7g=";
};
nativeBuildInputs = [ makeWrapper ];