Unverified Commit 51ec94a2 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

microsoft-identity-broker: 2.5.0 -> 3.0.1 (#489800)

parents f026ddd4 2a3d48ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@
}:
stdenv.mkDerivation rec {
  pname = "microsoft-identity-broker";
  version = "2.5.0";
  version = "3.0.1";

  src = fetchurl {
    url = "https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/m/microsoft-identity-broker/microsoft-identity-broker_${version}-noble_amd64.deb";
    hash = "sha256-zid9kjjz3mBfJFfiYUoqlIyQSsR041JN3Ib+JFSSEbE=";
    hash = "sha256-cbG+HJ1nuOyxR/sd1P69QTEUaklywbJOP7o6K7l6SEs=";
  };

  nativeBuildInputs = [