mfix: Local copy of sources as S3 authorization times out
This commit is contained in:
@@ -8,7 +8,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
( fetchurl {
|
( fetchurl {
|
||||||
url = "https://mfix.netl.doe.gov/s3/71e94306/f00d8cf543e7a1f42c41a545baef58c4/source/mfix/mfix-${version}.tar.gz";
|
url = "https://www.sharcnet.ca/~tyson/nix/mfix-${version}.tar.gz";
|
||||||
sha256 = "1bnwvgmrmz9y32fsnnqb4x2ab4yh9iyg1d7f3wc2w6q9fsfnzpj4";
|
sha256 = "1bnwvgmrmz9y32fsnnqb4x2ab4yh9iyg1d7f3wc2w6q9fsfnzpj4";
|
||||||
} )
|
} )
|
||||||
( fetchFromGitHub {
|
( fetchFromGitHub {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
( fetchurl {
|
( fetchurl {
|
||||||
url = "https://mfix.netl.doe.gov/s3/71e94306/f00d8cf543e7a1f42c41a545baef58c4/source/mfix/mfix-${version}.tar.gz";
|
url = "https://www.sharcnet.ca/~tyson/nix/mfix-${version}.tar.gz";
|
||||||
sha256 = "1bnwvgmrmz9y32fsnnqb4x2ab4yh9iyg1d7f3wc2w6q9fsfnzpj4";
|
sha256 = "1bnwvgmrmz9y32fsnnqb4x2ab4yh9iyg1d7f3wc2w6q9fsfnzpj4";
|
||||||
} )
|
} )
|
||||||
( fetchFromGitHub {
|
( fetchFromGitHub {
|
||||||
|
|||||||
Reference in New Issue
Block a user