rauthy: 0.34.1 > 0.34.2 (#484394)
This commit is contained in:
@@ -13,19 +13,19 @@
|
||||
lld,
|
||||
}:
|
||||
let
|
||||
version = "0.34.1";
|
||||
version = "0.34.2";
|
||||
pname = "rauthy";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sebadob";
|
||||
repo = "rauthy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-6Ddf8ukwEecxBp9hMbWS4odxrRGB/uIXWdTbIU3MAUM=";
|
||||
hash = "sha256-h7Nd17l/BR7p+b+9AqX8IYf0mfcc9QI9LQnR2cBc2s4=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit src pname version;
|
||||
hash = "sha256-fXe4bQRLscUk7fdAQGwzwBVJIRs8+puWfTeAjby1MmE=";
|
||||
hash = "sha256-jhli1axBU/UV6k5apxbE7g9+F6dsHzY30/QKSgJ22Ws=";
|
||||
};
|
||||
|
||||
# Wasm modules are needed to build the frontend and are part of the main Rust repo.
|
||||
@@ -77,7 +77,7 @@ let
|
||||
"-p2"
|
||||
];
|
||||
|
||||
npmDepsHash = "sha256-F8/zbqI7Nmm8GLtkL25QDX222yzhlg7NA32tpBa8b5o=";
|
||||
npmDepsHash = "sha256-pfrT2cXZWOetoquaMMNslo8nTy9DBornLCp48pGHRIM=";
|
||||
|
||||
preBuild = ''
|
||||
mkdir -p ./src/wasm/
|
||||
|
||||
Reference in New Issue
Block a user