Skip to content

Commit

Permalink
Merge pull request #322393 from r-ryantm/auto-update/intune-portal
Browse files Browse the repository at this point in the history
intune-portal: 1.2404.25-jammy -> 1.2405.17-jammy
  • Loading branch information
wegank authored Jul 1, 2024
2 parents d786466 + 2533a4b commit 6a8b974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/in/intune-portal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
}:
stdenv.mkDerivation rec {
pname = "intune-portal";
version = "1.2404.25-jammy";
version = "1.2405.17-jammy";

src = fetchurl {
url = "https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/i/${pname}/${pname}_${version}_amd64.deb";
hash = "sha256-ZRJdhhDwXeOjIx7Ml4VvPUOotnJQ9f73nsYzgm6SQC8=";
hash = "sha256-WpVPWzh8jN092MaY2rMXhLfpVXsflMl9hOY9nNGJlLk=";
};

nativeBuildInputs = [ dpkg ];
Expand Down

0 comments on commit 6a8b974

Please sign in to comment.