intune-portal: 1.2508.17-noble -> 1.2511.7-noble (#465456)

This commit is contained in:
Sandro
2026-02-11 13:53:26 +00:00
committed by GitHub
+2 -4
View File
@@ -17,7 +17,6 @@
sqlite,
zlib,
systemd,
msalsdk-dbusclient,
pam,
p11-kit,
dbus,
@@ -30,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "intune-portal";
version = "1.2508.17-noble";
version = "1.2511.7-noble";
src = fetchurl {
url = "https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/i/intune-portal/intune-portal_${version}_amd64.deb";
hash = "sha256-UTP+Z6xsjr48deizuwVDb8GrpeeAf5RZwloXsZ7Um3E=";
hash = "sha256-MHvAmkemx28ZNcVloFNxJ03YbxrgVPvB7OOMYR6Oyo8=";
};
nativeBuildInputs = [ dpkg ];
@@ -59,7 +58,6 @@ stdenv.mkDerivation rec {
sqlite
zlib
systemd
msalsdk-dbusclient
dbus
];
pam = lib.makeLibraryPath [ pam ];