Skip to content

Commit caee0fe

Browse files
committed
microsoft-identity-broker: fix package hash
1 parent c1c9a14 commit caee0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/mi/microsoft-identity-broker/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
1616

1717
src = fetchurl {
1818
url = "https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/m/microsoft-identity-broker/microsoft-identity-broker_${version}_amd64.deb";
19-
hash = "sha256-O9zbImSWMrRsaOozj5PsCRvQ3UsaJzLfoTohmLZvLkM=";
19+
hash = "sha256-I4Q6ucT6ps8/QGiQTNbMXcKxq6UMcuwJ0Prcqvov56M=";
2020
};
2121

2222
nativeBuildInputs = [ dpkg makeWrapper openjdk11 zip ];

0 commit comments

Comments
 (0)