yew-fmt: 0.6.1 -> 0.6.2
This commit is contained in:
parent
f68666ff27
commit
4bc5883c1b
@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "yew-fmt";
|
pname = "yew-fmt";
|
||||||
version = "0.6.1";
|
version = "0.6.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "its-the-shrimp";
|
owner = "its-the-shrimp";
|
||||||
repo = "yew-fmt";
|
repo = "yew-fmt";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-kUelvhWUj9+nEHNWolhTJa8emdBInKV9cK2dF/H7dNQ=";
|
hash = "sha256-IrfL4t92neaJS8UybnHeAg9hShER6TLK1nuFqPHYoMg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-oIliRYc6HU8KFmlTTIlV+nmeRUx1gJhy93QjPnGxiK8=";
|
cargoHash = "sha256-AvtrqqsUGW9qG+ZHd/PrCLAHKk9psS3tnd1SPkdsNXw=";
|
||||||
nativeCheckInputs = [ rustfmt ];
|
nativeCheckInputs = [ rustfmt ];
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user