Skip to content

Commit 95ca2cc

Browse files
committed
ugrep: 4.5.1 -> 4.5.2
1 parent df318b8 commit 95ca2cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/text/ugrep/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "ugrep";
17-
version = "4.5.1";
17+
version = "4.5.2";
1818

1919
src = fetchFromGitHub {
2020
owner = "Genivia";
2121
repo = "ugrep";
2222
rev = "v${finalAttrs.version}";
23-
hash = "sha256-unryRXGuxQXCwzpQW6AJAYQEL3Xvs2u4DH2E3LATQaU=";
23+
hash = "sha256-aQJU4SuGJy+TyxBgaHimxc0HtW9ZJIB2b6jxcGIoqo4=";
2424
};
2525

2626
buildInputs = [

0 commit comments

Comments
 (0)