mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
scooter: 0.4.0 -> 0.5.0
This commit is contained in:
parent
6724b0bfcb
commit
01f93f2064
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "scooter";
|
pname = "scooter";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "thomasschafer";
|
owner = "thomasschafer";
|
||||||
repo = "scooter";
|
repo = "scooter";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-wu9SNcd1+JqTkhUghOiRlGP/za/9Md/lgGrwNA2lCJE=";
|
hash = "sha256-+l2XkG6xUOkfSPe20oXjUKdmBYB7GX0xZuqddC8w/lc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-DQU3djlSjG1VG2bs+JuegwF3ii+asJXpEEPb95xeXqk=";
|
cargoHash = "sha256-+KvHeTa8x77cMbZNbSeMcr66lAqWSBmfkn1rY+PfqHs=";
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# failed only for buildRustPackage
|
# failed only for buildRustPackage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue