Merge pull request #251632 from figsoda/bundle

cargo-bundle: unstable-2023-03-17 -> unstable-2023-08-18
This commit is contained in:
Nick Cao
2023-08-27 09:04:43 +08:00
committed by GitHub
@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage {
pname = "cargo-bundle";
# the latest stable release fails to build on darwin
version = "unstable-2023-03-17";
version = "unstable-2023-08-18";
src = fetchFromGitHub {
owner = "burtonageo";
repo = "cargo-bundle";
rev = "eb9fe1b0880c7c0e929a93edaddcb0a61cd3f0d4";
hash = "sha256-alO+Q9IK5Hz09+TqHWsbjuokxISKQfQTM6QnLlUNydw=";
rev = "c9f7a182d233f0dc4ad84e10b1ffa0d44522ea43";
hash = "sha256-n+c83pmCvFdNRAlcadmcZvYj+IRqUYeE8CJVWWYbWDQ=";
};
cargoHash = "sha256-h+QPbwYTJk6dieta/Q+VAhYe8/YH/Nik6gslzUn0YxI=";
cargoHash = "sha256-Ea658jHomktmzXtU5wmd0bRX+i5n46hCvexYxYbjjUc=";
nativeBuildInputs = [
pkg-config