lol

intune-portal: 1.2405.17-jammy -> 1.2503.10-noble

+9 -7
+9 -7
pkgs/by-name/in/intune-portal/package.nix
··· 8 curlMinimal, 9 openssl_3, 10 libsecret, 11 - webkitgtk_4_0, 12 - libsoup_2_4, 13 gtk3, 14 atk, 15 pango, ··· 19 systemd, 20 msalsdk-dbusclient, 21 pam, 22 dbus, 23 nixosTests, 24 }: ··· 29 in 30 stdenv.mkDerivation rec { 31 pname = "intune-portal"; 32 - version = "1.2405.17-jammy"; 33 34 src = fetchurl { 35 - url = "https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/i/intune-portal/intune-portal_${version}_amd64.deb"; 36 - hash = "sha256-WpVPWzh8jN092MaY2rMXhLfpVXsflMl9hOY9nNGJlLk="; 37 }; 38 39 nativeBuildInputs = [ dpkg ]; ··· 48 curlMinimal_openssl_3 49 openssl_3 50 libsecret 51 - webkitgtk_4_0 52 - libsoup_2_4 53 gtk3 54 atk 55 glib 56 pango 57 sqlite 58 zlib 59 systemd
··· 8 curlMinimal, 9 openssl_3, 10 libsecret, 11 + webkitgtk_4_1, 12 + libsoup_3, 13 gtk3, 14 atk, 15 pango, ··· 19 systemd, 20 msalsdk-dbusclient, 21 pam, 22 + p11-kit, 23 dbus, 24 nixosTests, 25 }: ··· 30 in 31 stdenv.mkDerivation rec { 32 pname = "intune-portal"; 33 + version = "1.2503.10-noble"; 34 35 src = fetchurl { 36 + url = "https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/i/intune-portal/intune-portal_${version}_amd64.deb"; 37 + hash = "sha256-NlJ8m7V1yLErOntprHs3EagPtwSzYWd7NBH0jc72+i4="; 38 }; 39 40 nativeBuildInputs = [ dpkg ]; ··· 49 curlMinimal_openssl_3 50 openssl_3 51 libsecret 52 + webkitgtk_4_1 53 + libsoup_3 54 gtk3 55 atk 56 glib 57 pango 58 + p11-kit 59 sqlite 60 zlib 61 systemd