os-prober: 1.65 -> 1.71
This commit is contained in:
parent
66b6c2ce01
commit
51a753a2a3
@ -11,11 +11,11 @@ ntfs3g ? null
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.65";
|
version = "1.71";
|
||||||
name = "os-prober-${version}";
|
name = "os-prober-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://debian/pool/main/o/os-prober/os-prober_${version}.tar.xz";
|
url = "mirror://debian/pool/main/o/os-prober/os-prober_${version}.tar.xz";
|
||||||
sha256 = "c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84";
|
sha256 = "5d6141e02b58e82194422b97d683d61c7ff78175d89c2f055f5d2e7a363bdd20";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user