Skip to content

Commit d87c566

Browse files
claude-mergetool: 1.1.0 -> 1.2.0 (#495045)
2 parents 105b874 + 3a4959e commit d87c566

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/cl/claude-mergetool/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
versionCheckHook,
77
}:
88
let
9-
version = "1.1.0";
9+
version = "1.2.0";
1010
in
1111
rustPlatform.buildRustPackage {
1212
pname = "claude-mergetool";
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
1616
owner = "9999years";
1717
repo = "claude-mergetool";
1818
tag = "v${version}";
19-
hash = "sha256-MqAtr7SxbarllzDgOWvzUooiRNf08aAVaLdZHJzMnRI=";
19+
hash = "sha256-d+tOjybFwWgJyI2YbAn6TF1utb7fNHrTbGp7I4yQ8UQ=";
2020
};
2121

22-
cargoHash = "sha256-RawDKKx+O79+TnLZRdatEcNDd4vLzTqHF2w1/D5zPjA=";
22+
cargoHash = "sha256-9YDILRyaWxqAmrAdQ2iDvTsn1VTFfFIpv0HMqi9U0q8=";
2323

2424
doInstallCheck = true;
2525
nativeInstallCheckInputs = [ versionCheckHook ];

0 commit comments

Comments
 (0)