mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos-artwork: Fix URL to gnome-dark
This commit is contained in:
parent
321438d786
commit
eccca05e2c
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue