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.
2 parents ef6d7e4 + b438da9 commit 6b773a1Copy full SHA for 6b773a1
pkgs/by-name/ch/chezmoi/package.nix
@@ -8,16 +8,16 @@
8
let
9
argset = {
10
pname = "chezmoi";
11
- version = "2.56.0";
+ version = "2.57.0";
12
13
src = fetchFromGitHub {
14
owner = "twpayne";
15
repo = "chezmoi";
16
rev = "v${argset.version}";
17
- hash = "sha256-PjbfGWERJmV/vHF9BitsA8Cn9oTcCwJOnUgvTV6v7mg=";
+ hash = "sha256-fExZr4SOTdaob84ryGGCGuKZoypcRmZ81XI6zxa7KWQ=";
18
};
19
20
- vendorHash = "sha256-ACGXJqpELysLRFoWHtCMrAFjdmuYoP+ZpCQZYOd/GoE=";
+ vendorHash = "sha256-fSOmpDVMIcIIpbdlHPS41u0VHRddyJIQNOLv8/Gwr+Q=";
21
22
nativeBuildInputs = [
23
installShellFiles
0 commit comments