about summary refs log tree commit diff
path: root/pkgs/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-02-18 01:55:59 +0100
committeraszlig <aszlig@nix.build>2018-02-18 02:29:18 +0100
commitfdd77f758c8da6c024b36a0e2d7697d86e09cc8c (patch)
tree10fe432b74fe1de7ce7499e34c0111f7327ca062 /pkgs/aszlig
parent08b517c31ac92357d6b08476b61dbd4f50b5e0b8 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig')
-rw-r--r--pkgs/aszlig/nixops/default.nix4
1 files changed, 2 insertions, 2 deletions
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";