os-prober: switch to a non-transient url
pool urls get removed after some time
This commit is contained in:
parent
3e09239882
commit
b04f9b7d28
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
|||
version = "1.76";
|
||||
name = "os-prober-${version}";
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/o/os-prober/os-prober_${version}.tar.xz";
|
||||
sha256 = "1vb45i76bqivlghrq7m3n07qfmmq4wxrkplqx8gywj011rhq19fk";
|
||||
url = "https://salsa.debian.org/philh/os-prober/-/archive/${version}/os-prober-${version}.tar.bz2";
|
||||
sha256 = "07rw3092pckh21vx6y4hzqcn3wn4cqmwxaaiq100lncnhmszg11g";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue