bumped version no. and fixed hash

This commit is contained in:
Nickiel12 2024-08-17 14:47:40 -07:00
parent 24d6642981
commit de657cdecd
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 = "";
}; };