Skip to content

Commit

Permalink
lefthook: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and AndersonTorres committed May 29, 2023
1 parent 3d4b6a6 commit 37f7c78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/lefthook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

let
pname = "lefthook";
version = "1.4.0";
version = "1.4.1";
in
buildGoModule rec {
inherit pname version;
Expand All @@ -15,10 +15,10 @@ buildGoModule rec {
owner = "evilmartians";
repo = "lefthook";
rev = "v${version}";
hash = "sha256-nov/0iPlMsqFWh//0Mc7JVNiLzX1I0qmkey0fkm+2k8=";
hash = "sha256-odcgO7n39sPUdLaAEQqxx2dZrgmvH3fpqmUYB41GZAE=";
};

vendorHash = "sha256-dWJ8B51zk3uhe8j60wP0PJz/4YhAL7OJbk/96eoLdSs=";
vendorHash = "sha256-V94g7Ua8GWUOWM8Z4ENXmZlHXRUMHb8cKuoTztjHtnc=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 37f7c78

Please sign in to comment.