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 eca7c9b commit 967305cCopy full SHA for 967305c
pkgs/by-name/ch/chezmoi/package.nix
@@ -8,16 +8,16 @@
8
let
9
argset = {
10
pname = "chezmoi";
11
- version = "2.57.0";
+ version = "2.58.0";
12
13
src = fetchFromGitHub {
14
owner = "twpayne";
15
repo = "chezmoi";
16
rev = "v${argset.version}";
17
- hash = "sha256-fExZr4SOTdaob84ryGGCGuKZoypcRmZ81XI6zxa7KWQ=";
+ hash = "sha256-qYu6V57SHMcOpcpJrDyX6jBSMaH2NOFbLReWoeutx5k=";
18
};
19
20
- vendorHash = "sha256-fSOmpDVMIcIIpbdlHPS41u0VHRddyJIQNOLv8/Gwr+Q=";
+ vendorHash = "sha256-jFsrGB7zC4LJNV4CpW/3JLrDIxtD4q7sBbY9gldEleU=";
21
22
nativeBuildInputs = [
23
installShellFiles
0 commit comments