Unverified Commit d87c5662 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

claude-mergetool: 1.1.0 -> 1.2.0 (#495045)

parents 105b8743 3a4959e1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  versionCheckHook,
}:
let
  version = "1.1.0";
  version = "1.2.0";
in
rustPlatform.buildRustPackage {
  pname = "claude-mergetool";
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
    owner = "9999years";
    repo = "claude-mergetool";
    tag = "v${version}";
    hash = "sha256-MqAtr7SxbarllzDgOWvzUooiRNf08aAVaLdZHJzMnRI=";
    hash = "sha256-d+tOjybFwWgJyI2YbAn6TF1utb7fNHrTbGp7I4yQ8UQ=";
  };

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

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];