nix-your-shell: 1.4.4 -> 1.4.5

This commit is contained in:
R. Ryantm 2024-04-02 17:31:08 +00:00
parent 4b455dc204
commit be1a68e066

View file

@ -5,16 +5,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nix-your-shell"; pname = "nix-your-shell";
version = "1.4.4"; version = "1.4.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MercuryTechnologies"; owner = "MercuryTechnologies";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-pBryTpCFwOkK5astzpYzhj/fJ9QS7IiKUck/Y4gLZZw="; hash = "sha256-gjOvAy15y4WJ4LMmiF17nuY6aAsC1V7/zZ+nt+xDh24=";
}; };
cargoHash = "sha256-6A7Lvys22dnFMKm1uRo2CCZk9LBRqHPBnmRPbvbDryI="; cargoHash = "sha256-EyE/Sv8cY/e8uf4b/7M3kJhd/l+dZS62np58xICF77U=";
meta = with lib; { meta = with lib; {
mainProgram = "nix-your-shell"; mainProgram = "nix-your-shell";