ugrep: 4.1.0 -> 4.2.0

This commit is contained in:
R. Ryantm
2023-10-03 15:45:43 +00:00
parent 585d673896
commit c42eb947e6
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "4.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-FZGZ60+SGCFOfdUOlUXMZee4Il0UmT8zRmsAVX6bGYY=";
hash = "sha256-wK952anodjsYvJQhM3V6SXZnt1+jbRTfgN+GfuuhPr8=";
};
buildInputs = [