mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
rasm: Fix the source URL
This commit is contained in:
parent
621afb9980
commit
e46c0fb402
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "0.117";
|
version = "0.117";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "www.roudoudou.com/export/cpc/rasm/${pname}_v0117_src.zip";
|
url = "http://www.roudoudou.com/export/cpc/rasm/${pname}_v0117_src.zip";
|
||||||
sha256 = "1hwily4cfays59qm7qd1ax48i7cpbxhs5l9mfpyn7m2lxsfqrl3z";
|
sha256 = "1hwily4cfays59qm7qd1ax48i7cpbxhs5l9mfpyn7m2lxsfqrl3z";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue