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: 2314fb1bbfda
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

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
    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
    Copy the full SHA
    2314fb1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/screenfetch/default.nix
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 ];