Skip to content

Commit

Permalink
chezmoi: 2.55.0 -> 2.56.0 (#369044)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 31, 2024
2 parents e3f4a64 + 52cbf93 commit 0e90a63
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.55.0";
version = "2.56.0";

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

vendorHash = "sha256-hmNb712gnQsJSjfhVKlNTkFx/Nmx0rkJMFRdcwJj3ZA=";
vendorHash = "sha256-ACGXJqpELysLRFoWHtCMrAFjdmuYoP+ZpCQZYOd/GoE=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 0e90a63

Please sign in to comment.