about summary refs log tree commit diff
path: root/pkgs/wallpapers.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-04-04T15·10+0200
committerVincent Ambo <tazjin@gmail.com>2018-04-04T15·10+0200
commit01aed568e561f072eeeb9df4c608ce2271e77912 (patch)
tree1f0b607ac4f7f8a4fdf5f7dab0ba03f2be72676c /pkgs/wallpapers.nix
parent2a6d57e97b04d2e987f317d43389c2cf398df20e (diff)
feat: Update to NixOS 18.03
As the subject says ...

This only includes some minor changes in configuration. Most
interestingly several packages that I used to have in this repository
as custom packages are now available in `nixos-unstable`.

Unfortunately they weren't included in NixOS 18.03 though ...

Either way, this is cleaner.
Diffstat (limited to 'pkgs/wallpapers.nix')
-rw-r--r--pkgs/wallpapers.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/wallpapers.nix b/pkgs/wallpapers.nix
index 2f15e45113b8..3a26a54fb709 100644
--- a/pkgs/wallpapers.nix
+++ b/pkgs/wallpapers.nix
@@ -5,8 +5,9 @@ stdenv.mkDerivation {
   name    = "tazjins-wallpapers-1";
 
   src = fetchgit {
-    url = "https://git.tazj.in/tazjin/wallpapers.git";
-    rev = "3bce73b605ba5f848cb4e7cc33058a2be3952c68";
+    url    = "https://git.tazj.in/tazjin/wallpapers.git";
+    rev    = "3bce73b605ba5f848cb4e7cc33058a2be3952c68";
+    sha256 = "1gjlazag7x005sf2bd6a7dw5p9ry5vjgzmvycsyiw3pv9b1gzc0j";
   };
 
   installPhase = ''