Merge pull request #209748 from helsinki-systems/fix/xfsprogs-src-url
xfsprogs: fix src url
This commit is contained in:
commit
1e3ac956ba
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ stdenv.mkDerivation rec {
|
|||
version = "6.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tag.xz";
|
||||
name = "${pname}-${version}.tar.xz";
|
||||
url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-7OuQFcTr76VvqF+v91bMtR7Sz5w5uiOXZ/jnhwXoUlE=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue