Skip to content

Commit a2d8ae3

Browse files
committed
home/specialisations: fix wallpaper hash
1 parent c8094d9 commit a2d8ae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/specialisations.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
wallpaper =
44
let
55
url = "https://images.unsplash.com/photo-1529528744093-6f8abeee511d?ixlib=rb-4.0.3&q=85&fm=jpg&crop=fit&cs=srgb&w=2560";
6-
sha256 = "sha256-G+Fjy3ooUzHI5V8KN5Zb1JS51ktIFsur1N5F+n6FJaM=";
6+
sha256 = "sha256-JD4cHpKJS8gIee+APcFp54+o6IdwPZXOU6RHTf1hkY8=";
77
ext = "jpg";
88
in
99
builtins.fetchurl {

0 commit comments

Comments
 (0)