From fdd77f758c8da6c024b36a0e2d7697d86e09cc8c Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 18 Feb 2018 01:55:59 +0100 Subject: pkgs/nixops: Update to latest upstream master A lot has changed since the version I had in here and the current upstream master, so let's get all the new bugs and features :-) Here is a comparison with all the commits that have happened since then: https://github.com/NixOS/nixops/compare/d1907cb1a4defa...eb6d25688a35de Signed-off-by: aszlig --- pkgs/aszlig/nixops/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/aszlig') diff --git a/pkgs/aszlig/nixops/default.nix b/pkgs/aszlig/nixops/default.nix index 5c5a04c2..e496b539 100644 --- a/pkgs/aszlig/nixops/default.nix +++ b/pkgs/aszlig/nixops/default.nix @@ -1,8 +1,8 @@ { stdenv, fetchFromGitHub, fetchpatch, git }: let - rev = "d1907cb1a4defa1d01cd7c2d18e09c9276e716e5"; - sha256 = "0842qdq1497x0pk4ifhmrg3m5icxan6y51zqw6by5qiy3pyc379c"; + rev = "eb6d25688a35de5560c91a3d0698ede509367349"; + sha256 = "1x1wi6x8lp2rpxmgf8jx0v9g6p39r8j9xpzwkqbmpbbrrjkaha49"; master = stdenv.mkDerivation rec { name = "nixops-upstream-patched"; -- cgit 1.4.1