nixos-artwork: Fix URL to gnome-dark

This commit is contained in:
Silvan Mosberger 2017-07-29 06:36:55 +02:00
parent 321438d786
commit eccca05e2c
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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";
};
};