summaryrefslogtreecommitdiffstats
path: root/krebs/update-channel.sh
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/update-channel.sh')
-rwxr-xr-xkrebs/update-channel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/update-channel.sh b/krebs/update-channel.sh
index 7f24cd31..08354357 100755
--- a/krebs/update-channel.sh
+++ b/krebs/update-channel.sh
@@ -3,7 +3,7 @@ dir=$(dirname $0)
oldrev=$(cat $dir/nixpkgs.json | jq -r .rev | sed 's/\(.\{7\}\).*/\1/')
nix-shell -p nix-prefetch-git --run 'nix-prefetch-git \
--url https://github.com/NixOS/nixpkgs-channels \
- --rev refs/heads/nixos-18.09' \
+ --rev refs/heads/nixos-19.03' \
> $dir/nixpkgs.json
newrev=$(cat $dir/nixpkgs.json | jq -r .rev | sed 's/\(.\{7\}\).*/\1/')
git commit $dir/nixpkgs.json -m "nixpkgs: $oldrev -> $newrev"