Merge pull request #106293 from Mic92/nixos-shell

nixos-shell: 0.1.1 -> 0.2
This commit is contained in:
Sandro 2020-12-09 02:29:12 +01:00 committed by GitHub
commit 9be22b3332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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