Skip to content

Commit

Permalink
nixos-shell: 0.1.1 -> 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 7, 2020
1 parent c7cbc70 commit 0ed4d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/virtualization/nixos-shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 0ed4d34

Please sign in to comment.