Merge pull request #231655 from Mic92/nixos-shell

nixos-shell: 1.0.0 -> 1.1.0
This commit is contained in:
figsoda
2023-05-13 10:12:53 -04:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nixos-shell";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixos-shell";
rev = version;
sha256 = "sha256-whHBBcthLhEIy2VTaioRZOSZoZR7pk4Qr4DVxwU0r9Y=";
sha256 = "sha256-5hHkokfSY3Z4VqjNm/j564l9Bgynw5H5McX0hTruGoI=";
};
nativeBuildInputs = [ makeWrapper ];