File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/ma/matrix-authentication-service Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919rustPlatform . buildRustPackage ( finalAttrs : {
2020 pname = "matrix-authentication-service" ;
21- version = "1.0 .0" ;
21+ version = "1.1 .0" ;
2222
2323 src = fetchFromGitHub {
2424 owner = "element-hq" ;
2525 repo = "matrix-authentication-service" ;
2626 tag = "v${ finalAttrs . version } " ;
27- hash = "sha256-v3M/MrBwa4XBfsDYt9BCmt0MBEnIjrCck/Cpv79dXLw =" ;
27+ hash = "sha256-lvBlwp2a2JPGgaCKt5HOxm9xoy+HyZeJGw6G5NiLgAw =" ;
2828 } ;
2929
30- cargoHash = "sha256-D1LBPwPdkTV35cDrKaygRoiBYWRSYv4KtkAdvs5+S/o =" ;
30+ cargoHash = "sha256-PQ/Op567xD1u8J01r5quzDsDjGw7kxbGL4oaM4b6Obc =" ;
3131
3232 npmDeps = fetchNpmDeps {
3333 name = "${ finalAttrs . pname } -${ finalAttrs . version } -npm-deps" ;
3434 src = "${ finalAttrs . src } /${ finalAttrs . npmRoot } " ;
35- hash = "sha256-1yxxzxhefviOQX6lXWFW/bmkOcJeetE1sCPsDUT4UJM =" ;
35+ hash = "sha256-iyLUKcxpq5G7P2TlQ/GmJdZtEbeX+/NkhdEQOi44s5I =" ;
3636 } ;
3737
3838 npmRoot = "frontend" ;
You can’t perform that action at this time.
0 commit comments