intune-portal: 1.2604.19-noble -> 1.2605.16-noble (#537474)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-02 07:59:57 +00:00
committed by GitHub
+2 -2
View File
@@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "intune-portal";
version = "1.2604.19-noble";
version = "1.2605.16-noble";
src = fetchurl {
url = "https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/i/intune-portal/intune-portal_${version}_amd64.deb";
hash = "sha256-gUeqU5FGJNddWL4DqN5ttVaeap7Y3rPL9E6AT7G0L4A=";
hash = "sha256-lPwOwxtsI40jeiLNKvWEz858QMOwGfxvhi7nFiidgLE=";
};
nativeBuildInputs = [ dpkg ];