intune-portal: 1.2503.10-noble -> 1.2508.17-noble

Generated via the command:

    nix-shell maintainers/scripts/update.nix --argstr package intune-portal
This commit is contained in:
László Vaskó
2026-01-09 11:16:20 +01:00
parent e0cc550f96
commit 408f464edf
+2 -2
View File
@@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "intune-portal";
version = "1.2503.10-noble";
version = "1.2508.17-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-UTP+Z6xsjr48deizuwVDb8GrpeeAf5RZwloXsZ7Um3E=";
};
nativeBuildInputs = [ dpkg ];