lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

os-prober: 1.71 -> 1.73

https://anonscm.debian.org/cgit/d-i/os-prober.git/tree/debian/changelog

+2 -2
+2 -2
pkgs/tools/misc/os-prober/default.nix
··· 11 11 }: 12 12 13 13 stdenv.mkDerivation rec { 14 - version = "1.71"; 14 + version = "1.73"; 15 15 name = "os-prober-${version}"; 16 16 src = fetchurl { 17 17 url = "mirror://debian/pool/main/o/os-prober/os-prober_${version}.tar.xz"; 18 - sha256 = "5d6141e02b58e82194422b97d683d61c7ff78175d89c2f055f5d2e7a363bdd20"; 18 + sha256 = "1prssbwdgj5c33zhl3ldgaxk7lab9qvs4zhyrhag88wiivirb0sq"; 19 19 }; 20 20 21 21 buildInputs = [ makeWrapper ];