mfix: URL updates

This commit is contained in:
Tyson Whitehead
2021-03-16 17:39:23 -04:00
parent 0349b4bb98
commit 8348eb7a4b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ buildPythonApplication rec {
srcs = [
( fetchurl {
url = "https://www.sharcnet.ca/~tyson/nix/mfix-${version}.tar.gz";
url = "https://staff.sharcnet.ca/~tyson/nix/mfix-${version}.tar.gz";
sha256 = "1bnwvgmrmz9y32fsnnqb4x2ab4yh9iyg1d7f3wc2w6q9fsfnzpj4";
} )
( fetchFromGitHub {

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
srcs = [
( fetchurl {
url = "https://www.sharcnet.ca/~tyson/nix/mfix-${version}.tar.gz";
url = "https://staff.sharcnet.ca/~tyson/nix/mfix-${version}.tar.gz";
sha256 = "1bnwvgmrmz9y32fsnnqb4x2ab4yh9iyg1d7f3wc2w6q9fsfnzpj4";
} )
( fetchFromGitHub {