Merge release-21.05 into staging-next-21.05

This commit is contained in:
github-actions[bot] 2021-07-10 06:06:04 +00:00 committed by GitHub
commit e0f1b871c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ip2unix"; pname = "ip2unix";
version = "2.1.3"; version = "2.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nixcloud"; owner = "nixcloud";
repo = "ip2unix"; repo = "ip2unix";
rev = "v${version}"; rev = "v${version}";
sha256 = "19c449h60b2m1d8kawnhpi4y9y4ddm24jmlh8kilqmx8m5l2khr6"; sha256 = "1pl8ayadxb0zzh5s26yschkjhr1xffbzzv347m88f9y0jv34d24r";
}; };
nativeBuildInputs = [ nativeBuildInputs = [