Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions pkgs/by-name/in/intune-portal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
sqlite,
zlib,
systemd,
msalsdk-dbusclient,
pam,
p11-kit,
dbus,
Expand All @@ -30,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "intune-portal";
version = "1.2503.10-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-NlJ8m7V1yLErOntprHs3EagPtwSzYWd7NBH0jc72+i4=";
hash = "sha256-MHvAmkemx28ZNcVloFNxJ03YbxrgVPvB7OOMYR6Oyo8=";
};

nativeBuildInputs = [ dpkg ];
Expand All @@ -59,7 +58,6 @@ stdenv.mkDerivation rec {
sqlite
zlib
systemd
msalsdk-dbusclient
dbus
];
pam = lib.makeLibraryPath [ pam ];
Expand Down
Loading