obs-studio-plugins.obs-livesplit-one 0.3.4 -> 0.3.5 https://github.com/LiveSplit/obs-livesplit-one/releases attrpath: obs-studio-plugins.obs-livesplit-one Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/video/obs-studio/plugins/obs-livesplit-one/default.nix b/pkgs/applications/video/obs-studio/plugins/obs-livesplit-one/default.nix index 33f953c4e2a6..e0cacd798cd1 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-livesplit-one/default.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-livesplit-one/default.nix @@ -9,13 +9,13 @@ rustPlatform.buildRustPackage rec { pname = "obs-livesplit-one"; - version = "0.3.4"; + version = "0.3.5"; src = fetchFromGitHub { owner = "LiveSplit"; repo = pname; rev = "v${version}"; - sha256 = "sha256-3B3P1PlzIlpVqHJMKWpEnWXGgD/IaiWM1FVKn0BtRj0="; + sha256 = "sha256-L4yGhFfHsZ7ikSCOYXdF2USNugx39PI83IcyjGnWuz0="; }; cargoLock = { Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A obs-studio-plugins.obs-livesplit-one nix build failed. < dependencies = [ < "proc-macro2", < "quote", < "syn", < ] < < [[package]] < name = "zune-core" < version = "0.4.12" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" < < [[package]] < name = "zune-jpeg" < version = "0.4.11" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448" < dependencies = [ < "zune-core", ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=";