ugrep: 7.1.1 -> 7.1.2

Changes: https://github.com/Genivia/ugrep/releases/tag/v7.1.2
This commit is contained in:
Ashish SHUKLA
2024-12-30 16:52:43 +00:00
parent 88195a94f3
commit dc2b24a401
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "7.1.1";
version = "7.1.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-l/AHt0OLI76AEOOziFXdfQdJlx6HqdFoEJ27YhwUJnQ=";
hash = "sha256-Gujz4o3EhpUs/GtUBXdimJR06yX1zu6joZkG/9aXrU4=";
};
nativeBuildInputs = [ makeWrapper ];