os-prober: 1.83 -> 1.84 (#467220)

This commit is contained in:
Guillaume Girol
2025-12-27 18:20:36 +00:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@
}:
stdenv.mkDerivation rec {
version = "1.83";
version = "1.84";
pname = "os-prober";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = "os-prober";
rev = version;
sha256 = "sha256-cTufM82YE1L7d3kIOtncICInBPEw4o4NzQXB4uDrMKI=";
sha256 = "sha256-91UTiwg4qIi+aCzAto7tCd5WZFjI15XxR1/hZQ0fUa4=";
};
nativeBuildInputs = [ makeWrapper ];