We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3360ea7 commit 0a0cebbCopy full SHA for 0a0cebb
pkgs/by-name/ch/chezmoi/package.nix
@@ -8,16 +8,16 @@
8
let
9
argset = {
10
pname = "chezmoi";
11
- version = "2.62.5";
+ version = "2.63.1";
12
13
src = fetchFromGitHub {
14
owner = "twpayne";
15
repo = "chezmoi";
16
rev = "v${argset.version}";
17
- hash = "sha256-MwLpQNtbYl7eBaQD8eQNAM3TXVWzk2B7xtaWXtPaEHA=";
+ hash = "sha256-gf79aJhyN3qrCMg7IZqUxHCl6qj6GY5BOXjoJvpKql4=";
18
};
19
20
- vendorHash = "sha256-X93Ox69L6a1vBALdEVlHkdMrYmHcnVxXwfPsDVZiymY=";
+ vendorHash = "sha256-2Pnj5QoCL8B5qF7YlQFJttj4nlOSobJKySnIvg+82Ew=";
21
22
nativeBuildInputs = [
23
installShellFiles
0 commit comments