Skip to content

Commit

Permalink
chezmoi: 2.53.1 -> 2.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent afe2749 commit 4ae6f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ch/chezmoi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
let
argset = {
pname = "chezmoi";
version = "2.53.1";
version = "2.55.0";

src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${argset.version}";
hash = "sha256-E7kr2fKBabbFVmtVRjgYy5TWhvQYb/RjhiNEcXYXL0E=";
hash = "sha256-S9g0v/p3Hv6yMKz3OPtaZrtkyvIXbtFW4GlGxeGqx+M=";
};

vendorHash = "sha256-wOdDG/J/JYGNUGSUCPVCNtO+5TFkt5O5kFYniQgcN7A=";
vendorHash = "sha256-hmNb712gnQsJSjfhVKlNTkFx/Nmx0rkJMFRdcwJj3ZA=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 4ae6f5f

Please sign in to comment.