nixos-shell: 0.2 -> 0.2.1

This commit is contained in:
R. RyanTM 2021-03-17 15:52:30 +00:00
parent 5b3290333a
commit 006f6651c6

View file

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