Merge pull request #116640 from r-ryantm/auto-update/nixos-shell

nixos-shell: 0.2 -> 0.2.1
This commit is contained in:
Jörg Thalheim 2021-03-21 15:33:57 +00:00 committed by GitHub
commit d9d6f7934c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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