Unverified Commit e6aa62a5 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

githooks: 3.0.4 -> 3.0.5 (#492574)

parents 1e88e78c a1d3dbb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "githooks";
  version = "3.0.4";
  version = "3.0.5";

  src = fetchFromGitHub {
    owner = "gabyx";
    repo = "githooks";
    rev = "v${finalAttrs.version}";
    hash = "sha256-pTSC8ruNiPzQO1C6j+G+WFX3pz/mWPukuWkKUSYdfHw=";
    hash = "sha256-aVrMM7gZF7o6WR2/8SEsfLFsqTSbXpr7UtcSB+eO/oQ=";
  };

  modRoot = "./githooks";