mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
chezmoi: 2.40.0 -> 2.40.3
This commit is contained in:
parent
0891a9099b
commit
2cb8f62d52
@ -6,16 +6,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "chezmoi";
|
||||
version = "2.40.0";
|
||||
version = "2.40.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "twpayne";
|
||||
repo = "chezmoi";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-0FzhIsCsOVoQpxpxl83Ei8v8ANbanltLi5nvOt0kWsA=";
|
||||
hash = "sha256-J5U2rYG6pTl6cYXxBkLJqG5fv7KNO6ZMlI7PCMI4GXI=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-941uw/7NoVnW3Ul5bAJLyvQ+RrNoiUVJHpKlfkiGT8c=";
|
||||
vendorHash = "sha256-iNPV+ZLrT9DjAyrR3eYDrAxzYBe+4LLD9XXotTzMdRc=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user