From de657cdecdd593f5ed7fe8735f3dc4ae9a3b4947 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 17 Aug 2024 14:47:40 -0700 Subject: [PATCH] bumped version no. and fixed hash --- ewwtilities/Cargo.toml | 2 +- flake.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ewwtilities/Cargo.toml b/ewwtilities/Cargo.toml index b1679a4..0239c88 100644 --- a/ewwtilities/Cargo.toml +++ b/ewwtilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ewwtilities" -version = "0.1.0" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/flake.nix b/flake.nix index b162f21..582f2ca 100644 --- a/flake.nix +++ b/flake.nix @@ -59,9 +59,9 @@ Some utility commands: default = self.packages.${system}.ewwtilities; ewwtilities = pkgs.rustPlatform.buildRustPackage (rustSettings // { pname = "ewwtilities"; - version = "0.1.0"; + version = "0.1.2"; buildAndTestSubdir = "ewwtilities"; - cargoHash = "sha256-vY+2bCWlW2SxzAxB9nPighjaa63qW1XttC2vLGqBGWI="; + cargoHash = "sha256-dh5Bvx3gJ3NbDum6yLbxLwg1sTcg6mBGB3o3CpBFr9I="; meta = meta // { description = ""; };