nixos-shell: 0.21 -> 0.22

This commit is contained in:
Jörn Gersdorf 2021-12-08 20:24:03 +01:00
parent bcb4b714bd
commit 67f6fbd531

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nixos-shell"; pname = "nixos-shell";
version = "0.2.1"; version = "0.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "nixos-shell"; repo = "nixos-shell";
rev = version; rev = version;
sha256 = "sha256-HoY2diusDHXwR0BjYwKR3svLz5LrviE03yxyjWG9oPQ="; sha256 = "sha256-a3NJJv7MscAXhIdr07gEAQDYX0Qgb6ax5E8zSdCIgE8=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];