nixos-shell: 1.0.0 -> 1.1.0

Diff: https://github.com/Mic92/nixos-shell/compare/1.0.0...1.1.0
This commit is contained in:
Jörg Thalheim 2023-05-13 13:49:52 +02:00
parent c56f804721
commit f0b2d845aa

View file

@ -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 ];