Merge pull request #287545 from r-ryantm/auto-update/intune-portal

intune-portal: 1.2312.35-jammy -> 1.2401.21-jammy
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-02-26 09:32:01 +00:00 committed by GitHub
commit bfa8675219
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,11 +23,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "intune-portal"; pname = "intune-portal";
version = "1.2312.35-jammy"; version = "1.2401.21-jammy";
src = fetchurl { src = fetchurl {
url = "https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/i/${pname}/${pname}_${version}_amd64.deb"; url = "https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/i/${pname}/${pname}_${version}_amd64.deb";
hash = "sha256-mgcnqj/+4ffMf4PhMW4ovCotLilyudGOpn0qqXZCmzc="; hash = "sha256-BIPTVhOBzaKzZR0WhQOX2W8kDg64UWOgIVvgaw2Gckc=";
}; };
nativeBuildInputs = [ dpkg ]; nativeBuildInputs = [ dpkg ];