ugrep: 7.3.0 -> 7.4.2

This commit is contained in:
R. Ryantm
2025-05-02 06:39:19 +00:00
parent 97e6d418ed
commit 8394601501
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "7.3.0";
version = "7.4.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-GwBXjHUXp5iTfTsGELkJISPOsP70xzx8XJcarhrQRtM=";
hash = "sha256-ZUjUqSDzcrbYXYqQjRfiNy2bCm2bUUmbBnn9YtpFSzo=";
};
nativeBuildInputs = [ makeWrapper ];