Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3fdb468b4790
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5bbcc17ec187
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 30, 2019

  1. screenfetch: 3.8.0 -> 3.9.0 (#70783)

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/screenfetch/versions
    
    (cherry picked from commit 23e417f)
    r-ryantm authored and Ma27 committed Dec 30, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    b27cd74 View commit details
  2. screenfetch: 3.9.0 -> 3.9.1

    (cherry picked from commit 706f9e8)
    r-ryantm authored and Ma27 committed Dec 30, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    2314fb1 View commit details
  3. steam.chroot: add at-spi2-core

    Needed by CrossCode
    
    (cherry picked from commit 21958c0)
    Jonathan Ringer authored and bjornfor committed Dec 30, 2019
    Copy the full SHA
    5bbcc17 View commit details
Showing with 3 additions and 2 deletions.
  1. +1 −0 pkgs/games/steam/chrootenv.nix
  2. +2 −2 pkgs/tools/misc/screenfetch/default.nix
1 change: 1 addition & 0 deletions pkgs/games/steam/chrootenv.nix
Original file line number Diff line number Diff line change
@@ -79,6 +79,7 @@ in buildFHSUserEnv rec {

# Not formally in runtime but needed by some games
at-spi2-atk
at-spi2-core # CrossCode
gst_all_1.gstreamer
gst_all_1.gst-plugins-ugly
libdrm
4 changes: 2 additions & 2 deletions pkgs/tools/misc/screenfetch/default.nix
Original file line number Diff line number Diff line change
@@ -20,13 +20,13 @@ let

in stdenv.mkDerivation rec {
pname = "screenFetch";
version = "3.8.0";
version = "3.9.1";

src = fetchFromGitHub {
owner = "KittyKatt";
repo = "screenFetch";
rev = "v${version}";
sha256 = "00ibv72cb7cqfpljyzgvajhbp0clqsqliz18nyv83bfy3gkf2qs8";
sha256 = "04l8aqr474pb115nagn9f6y48jw92n1qfszgw7dbhgl4mpn95lcr";
};

nativeBuildInputs = [ makeWrapper ];