3
0
Fork 0
forked from mirrors/nixpkgs

neo.map: fix URL

Current URL is no longer available.
This commit is contained in:
samsonan-it 2019-04-25 10:58:23 +02:00 committed by GitHub
parent dfd8f84aef
commit 6e100ae88f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,8 @@
src = fetchurl {
name = "neo.map";
url = "https://svn.neo-layout.org/linux/console/neo.map?r=${version}";
url = "https://raw.githubusercontent.com/neo-layout/neo-layout/"
+ "a0dee06fed824abfad658b7f10e6d907b270be0a/linux/console/neo.map";
sha256 = "19mfrd31vzpsjiwc7pshxm0b0sz5dd17xrz6k079cy4im1vf0r4g";
};