We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa0449 commit 7306aa6Copy full SHA for 7306aa6
pkgs/by-name/xf/xfitter/package.nix
@@ -1,7 +1,7 @@
1
{
2
lib,
3
stdenv,
4
- fetchurl,
+ fetchFromGitLab,
5
apfel,
6
apfelgrid,
7
applgrid,
@@ -25,10 +25,12 @@ stdenv.mkDerivation rec {
25
pname = "xfitter";
26
version = "2.2.0";
27
28
- src = fetchurl {
29
- name = "${pname}-${version}.tgz";
30
- url = "https://www.xfitter.org/xFitter/xFitter/DownloadPage?action=AttachFile&do=get&target=${pname}-${version}.tgz";
31
- sha256 = "sha256-ZHIQ5hOY+k0/wmpE0o4Po+RZ4MkVMk+bK1Rc6eqwwH0=";
+ src = fetchFromGitLab {
+ owner = "fitters";
+ repo = "xfitter";
+ rev = "refs/tags/2.2.0_Future_Freeze";
32
+ domain = "gitlab.cern.ch";
33
+ hash = "sha256-wanxgldvBEuAEOeVok3XgRVStcn9APd+Nj7vpRZUtGs=";
34
};
35
36
patches = [
0 commit comments