From 9ed1ac33e47bb12230792e74785cbda67a8bb822 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 5 May 2019 10:49:51 +0200 Subject: [PATCH] Upgrade nixops version --- nix_path_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix_path_env b/nix_path_env index 0a57f10..0ec2387 100644 --- a/nix_path_env +++ b/nix_path_env @@ -4,7 +4,7 @@ if [ -z "$NIXOPS_DEPLOYMENT" ]; then # This will automatically upgrade to latest version at each build nixpkgs="https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" else - nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172396.d740b2ee855/nixexprs.tar.xz" + nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172462.04954e39df8/nixexprs.tar.xz" fi nixpkgsPrevious="$nixpkgs" nixpkgsNext="$nixpkgs" -- 2.41.0