bumped version no. and fixed hash
This commit is contained in:
parent
24d6642981
commit
de657cdecd
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ewwtilities"
|
name = "ewwtilities"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -59,9 +59,9 @@ Some utility commands:
|
||||||
default = self.packages.${system}.ewwtilities;
|
default = self.packages.${system}.ewwtilities;
|
||||||
ewwtilities = pkgs.rustPlatform.buildRustPackage (rustSettings // {
|
ewwtilities = pkgs.rustPlatform.buildRustPackage (rustSettings // {
|
||||||
pname = "ewwtilities";
|
pname = "ewwtilities";
|
||||||
version = "0.1.0";
|
version = "0.1.2";
|
||||||
buildAndTestSubdir = "ewwtilities";
|
buildAndTestSubdir = "ewwtilities";
|
||||||
cargoHash = "sha256-vY+2bCWlW2SxzAxB9nPighjaa63qW1XttC2vLGqBGWI=";
|
cargoHash = "sha256-dh5Bvx3gJ3NbDum6yLbxLwg1sTcg6mBGB3o3CpBFr9I=";
|
||||||
meta = meta // {
|
meta = meta // {
|
||||||
description = "";
|
description = "";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue