chore(pkgs): Bump channel versions

This commit is contained in:
Vincent Ambo 2018-10-14 16:20:07 +02:00
parent 0dd84abd44
commit c423b264ea

View file

@ -16,15 +16,15 @@ let
# situations between machines, the commit for the stable Nix channel # situations between machines, the commit for the stable Nix channel
# is pinned here. # is pinned here.
stable = fetchChannel { stable = fetchChannel {
rev = "59fe4c7f17a8efd9fe182bb23f47554d4b1d98c2"; rev = "d96c7a356383302db4426a0d5a8383af921d964f";
sha256 = "1g72vxax29s0yyknficbwwwrk4h7z8cm6vaxyh5524cljhcdq246"; sha256 = "0hlhczh3m077rwrhp4smf3zd2sfj38h2c126bycv66m0aff0gycn";
}; };
# Certain packages from unstable are hand-picked into the package # Certain packages from unstable are hand-picked into the package
# set. # set.
unstable = fetchChannel { unstable = fetchChannel {
rev = "0a7e258012b60cbe530a756f09a4f2516786d370"; rev = "32bcd72bf28a971c9063a9cdcc32effe49f49331";
sha256 = "1g72vxax29s0yyknficbwwwrk4h7z8cm6vaxyh5524cljhcdq246"; sha256 = "1f74m18r6xl9s55jbkj9bjhdxg2489kwjam4d96pf9rzq0i1f8li";
}; };
in { in {
# Configure the Nix package manager # Configure the Nix package manager