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

intune-portal: 1.2402.12-jammy -> 1.2404.23-jammy
This commit is contained in:
Weijia Wang 2024-05-12 20:24:25 +02:00 committed by GitHub
commit 142ec8557c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,11 +23,11 @@
}:
stdenv.mkDerivation rec {
pname = "intune-portal";
version = "1.2402.12-jammy";
version = "1.2404.23-jammy";
src = fetchurl {
url = "https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/i/${pname}/${pname}_${version}_amd64.deb";
hash = "sha256-S5+Ddm13OJ4eQTQ9Q8OgsCqnpM6GxuZ1hEycZCy6//g=";
hash = "sha256-zAH35iF+3YpDNGo3UhmzL4pRJXlEhG1PaT71qnRtpAg=";
};
nativeBuildInputs = [ dpkg ];