Skip to content

Commit a2dfffd

Browse files
authored
ugrep: 7.0.2 -> 7.0.3 (#355542)
2 parents 3b5ad76 + 58e38ad commit a2dfffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ug/ugrep/package.nix

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

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "ugrep";
18-
version = "7.0.2";
18+
version = "7.0.3";
1919

2020
src = fetchFromGitHub {
2121
owner = "Genivia";
2222
repo = "ugrep";
2323
rev = "v${finalAttrs.version}";
24-
hash = "sha256-3kqarrbg7VB0fUQSjqZCVBmr4Mc09NMr+03A5qhe54Y=";
24+
hash = "sha256-C/Nb5wxZtMzYBJmqOj8UwCU5yrQIrHCHsstuIiKMMq0=";
2525
};
2626

2727
buildInputs = [

0 commit comments

Comments
 (0)