Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 311ee164e475
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4497228867f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 29, 2017

  1. Copy the full SHA
    eccca05 View commit details
  2. Merge pull request #27730 from Infinisil/fix-artwork-url

    nixos-artwork: Fix URL to gnome-dark
    fpletz authored Jul 29, 2017
    Copy the full SHA
    b449722 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 pkgs/data/misc/nixos-artwork/icons.nix
  2. +1 −1 pkgs/data/misc/nixos-artwork/wallpapers.nix
2 changes: 1 addition & 1 deletion pkgs/data/misc/nixos-artwork/icons.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "nixos-icons-2017-03-16";
srcs = fetchFromGitHub {
owner = "nixos";
owner = "NixOS";
repo = "nixos-artwork";
rev = "783ca1249fc4cfe523ad4e541f37e2229891bc8b";
sha256 = "0wp08b1gh2chs1xri43wziznyjcplx0clpsrb13wzyscv290ay5a";
2 changes: 1 addition & 1 deletion pkgs/data/misc/nixos-artwork/wallpapers.nix
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ in
name = "gnome-dark-2015-02-27";
description = "Gnome Dark background for Nix";
src = fetchurl {
url = https://raw.githubusercontent.com/Nix/nixos-artwork/7ece5356398db14b5513392be4b31f8aedbb85a2/gnome/Gnome_Dark.png;
url = https://raw.githubusercontent.com/NixOS/nixos-artwork/7ece5356398db14b5513392be4b31f8aedbb85a2/gnome/Gnome_Dark.png;
sha256 = "0c7sl9k4zdjwvdz3nhlm8i4qv4cjr0qagalaa1a438jigixx27l7";
};
};