nix-your-shell: 1.0.2 -> 1.1.0
This commit is contained in:
parent
e1ccff2798
commit
b32db566fe
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nix-your-shell";
|
pname = "nix-your-shell";
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MercuryTechnologies";
|
owner = "MercuryTechnologies";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-W3MeApvqO3hBaHWu6vyrR6pniEMMKiXTAQ0bhUPbpx8=";
|
sha256 = "sha256-MXshCRgGL2V51Pd1ms6D0Sn0mtRcxd0pWUz+zghBTdI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-M6yj4jTTWnembVX51/Xz+JtKhWJsmQ7SpipH8pHzids=";
|
cargoSha256 = "sha256-f1igCSdv6iMUDeCDGSxDIecjVcJQN2jbdALGMpDVepQ=";
|
||||||
|
|
||||||
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`";
|
||||||
|
|
Loading…
Reference in a new issue