Unverified Commit b7f2ff8e authored by Mikael Fangel's avatar Mikael Fangel
Browse files

ugrep: 4.3.3 -> 4.3.4

parent 33576fdf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ugrep";
  version = "4.3.3";
  version = "4.3.4";

  src = fetchFromGitHub {
    owner = "Genivia";
    repo = "ugrep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-GYqIunSApnBfct+olre0eGy8KuOtbaiPvW0tQIcBRLQ=";
    hash = "sha256-rA6qgjzlR7a7bf5v2q1vMx1QXcKgnK5wK1Ix9CfbPro=";
  };

  buildInputs = [