forked from mirrors/nixpkgs
yabar-unstable: 2018-01-02 -> 2018-01-18
The following changes landed in master: - Reset colors unconditionally (2f1ee69d4c75e210265dca732ff6c2ddd7f440f2) - Document NixOS support (993f1b5a7bc2a41a353a104cff0763860c053c92) - ya_int_song: improve configuration of playerctl properties (1f776cd5f1f4e89e6ebca3ca09feb7e09f79e79e)
This commit is contained in:
parent
7dd50deae5
commit
0b5a36f207
|
@ -2,10 +2,10 @@
|
|||
|
||||
let
|
||||
pkg = callPackage ./build.nix ({
|
||||
version = "unstable-2018-01-02";
|
||||
version = "unstable-2018-01-18";
|
||||
|
||||
rev = "d9f75933f1fdd7bec24bf7db104c7e1df2728b98";
|
||||
sha256 = "0ry2pgqsnl6cmvkhakm73cjqdnirkimldnmbngl6hbvggx32z8c9";
|
||||
rev = "c516e8e78d39dd2b339acadc4c175347171150bb";
|
||||
sha256 = "1p9lx78cayyn7qc2q66id2xfs76jyddnqv2x1ypsvixaxwcvqgdb";
|
||||
} // attrs);
|
||||
in pkg.overrideAttrs (o: {
|
||||
buildInputs = o.buildInputs ++ [
|
||||
|
|
Loading…
Reference in a new issue