nix-serve: patch for nix 2.0 (#37459)

Fixes incompatible secret file handling. See https://github.com/edolstra/nix-serve/pull/8
This commit is contained in:
zimbatm 2018-03-20 16:40:35 +00:00 committed by GitHub
parent 5532cc1641
commit 8add42f90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub,
{ stdenv, fetchFromGitHub, fetchpatch,
bzip2, nix, perl, perlPackages,
}:
with stdenv.lib;
let
rev = "7e09caa2a7a435aeb2cd5446aa590d6f9ae1699d";
sha256 = "0mjzsiknln3isdri9004wwjjjpak5fj8ncizyncf5jv7g4m4q1pj";
rev = "e4675e38ab54942e351c7686e40fabec822120b9";
sha256 = "1wm24p6pkxl1d7hrvf4ph6mwzawvqi22c60z9xzndn5xfyr4v0yr";
in
stdenv.mkDerivation rec {