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 105b874 + 3a4959e commit d87c566Copy full SHA for d87c566
1 file changed
pkgs/by-name/cl/claude-mergetool/package.nix
@@ -6,7 +6,7 @@
6
versionCheckHook,
7
}:
8
let
9
- version = "1.1.0";
+ version = "1.2.0";
10
in
11
rustPlatform.buildRustPackage {
12
pname = "claude-mergetool";
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
16
owner = "9999years";
17
repo = "claude-mergetool";
18
tag = "v${version}";
19
- hash = "sha256-MqAtr7SxbarllzDgOWvzUooiRNf08aAVaLdZHJzMnRI=";
+ hash = "sha256-d+tOjybFwWgJyI2YbAn6TF1utb7fNHrTbGp7I4yQ8UQ=";
20
};
21
22
- cargoHash = "sha256-RawDKKx+O79+TnLZRdatEcNDd4vLzTqHF2w1/D5zPjA=";
+ cargoHash = "sha256-9YDILRyaWxqAmrAdQ2iDvTsn1VTFfFIpv0HMqi9U0q8=";
23
24
doInstallCheck = true;
25
nativeInstallCheckInputs = [ versionCheckHook ];
0 commit comments