spin: 6.4.5 -> 6.4.6
This commit is contained in:
parent
1420b20f08
commit
e071756043
@ -7,15 +7,15 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "spin-${version}";
|
name = "spin-${version}";
|
||||||
version = "6.4.5";
|
version = "6.4.6";
|
||||||
url-version = stdenv.lib.replaceChars ["."] [""] version;
|
url-version = stdenv.lib.replaceChars ["."] [""] version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# The homepage is behind CloudFlare anti-DDoS protection, which blocks cURL.
|
# The homepage is behind CloudFlare anti-DDoS protection, which blocks cURL.
|
||||||
# Dropbox mirror from developers:
|
# Dropbox mirror from developers:
|
||||||
# https://www.dropbox.com/sh/fgzipzp4wpo3qc1/AADZPqS4aoR-pjNF6OQXRLQHa
|
# https://www.dropbox.com/sh/fgzipzp4wpo3qc1/AADZPqS4aoR-pjNF6OQXRLQHa
|
||||||
url = "https://www.dropbox.com/sh/fgzipzp4wpo3qc1/AAANRpxsSyWC7iHZB-XgBwJFa/spin645.tar.gz?raw=1";
|
url = "https://www.dropbox.com/sh/fgzipzp4wpo3qc1/AAA-vBeJ7xty-CDZgk7OB58Ta/spin646.tar.gz?raw=1";
|
||||||
sha256 = "0x8qnwm2xa8f176c52mzpvnfzglxs6xgig7bcgvrvkb3xf114224";
|
sha256 = "1n33qzlb7g30vhr5yxssw210b2m0242y9j21c7fqpn9z6b0rbhjp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user