Merge pull request #124816 from marsam/update-ugrep

ugrep: 3.2.2 -> 3.3
This commit is contained in:
Fabian Affolter
2021-05-29 13:10:34 +02:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ugrep";
version = "3.2.2";
version = "3.3";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0Vc+ORHnSG9W4OaKWGs4tI5+e5TJNMbBNQ+3NZRz6Ug=";
sha256 = "0qk8rzsll69pf220m6n41giyk3faqvwagml7i2xwgp7pcax607nl";
};
buildInputs = [