nix-your-shell: 1.0.1 -> 1.0.2

https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.0.2
This commit is contained in:
Rebecca Turner 2023-02-13 15:05:06 -08:00
parent 8804a4d145
commit 751f8617b3
No known key found for this signature in database

View File

@ -5,16 +5,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nix-your-shell"; pname = "nix-your-shell";
version = "1.0.1"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MercuryTechnologies"; owner = "MercuryTechnologies";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-kdZFwMHatnhdXGSIItuE3g27qqUKqT/Hkbz13Ba5eq4="; sha256 = "sha256-W3MeApvqO3hBaHWu6vyrR6pniEMMKiXTAQ0bhUPbpx8=";
}; };
cargoSha256 = "sha256-U4nN/N345XFRj0L9cLJAjRuND0W3OE6XEB/z3zXaUiQ="; cargoSha256 = "sha256-M6yj4jTTWnembVX51/Xz+JtKhWJsmQ7SpipH8pHzids=";
meta = with lib; { meta = with lib; {
description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"; description = "A `nix` and `nix-shell` wrapper for shells other than `bash`";