Unverified Commit 71dd32f7 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

matrix-authentication-service: fix vendor hash

parent 4c4d9b98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-rFex6stw++xNrcCYnYn3N0HrUQd91DAw9QU0R2MUzyQ=";
  };

  cargoHash = "sha256-iUAdVnIeBxURqEmqom8MTMLuNnggDxoeVHVlNN8dyJ0=";
  cargoHash = "sha256-0RqCgIiH7O4bAuzy1To0+8wfvZWnZ8irZNSCthaKqAk=";

  npmDeps = fetchNpmDeps {
    name = "${pname}-${version}-npm-deps";