cargo-bundle: unstable-2023-03-17 -> unstable-2023-08-18
Diff: eb9fe1b088...c9f7a182d2
This commit is contained in:
parent
4a46de78fb
commit
0de3c547e1
1 changed files with 4 additions and 4 deletions
|
@ -11,16 +11,16 @@
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "cargo-bundle";
|
pname = "cargo-bundle";
|
||||||
# the latest stable release fails to build on darwin
|
# the latest stable release fails to build on darwin
|
||||||
version = "unstable-2023-03-17";
|
version = "unstable-2023-08-18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "burtonageo";
|
owner = "burtonageo";
|
||||||
repo = "cargo-bundle";
|
repo = "cargo-bundle";
|
||||||
rev = "eb9fe1b0880c7c0e929a93edaddcb0a61cd3f0d4";
|
rev = "c9f7a182d233f0dc4ad84e10b1ffa0d44522ea43";
|
||||||
hash = "sha256-alO+Q9IK5Hz09+TqHWsbjuokxISKQfQTM6QnLlUNydw=";
|
hash = "sha256-n+c83pmCvFdNRAlcadmcZvYj+IRqUYeE8CJVWWYbWDQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-h+QPbwYTJk6dieta/Q+VAhYe8/YH/Nik6gslzUn0YxI=";
|
cargoHash = "sha256-Ea658jHomktmzXtU5wmd0bRX+i5n46hCvexYxYbjjUc=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue