File tree Expand file tree Collapse file tree
pkgs/by-name/ra/radicle-ci-broker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515rustPlatform . buildRustPackage ( finalAttrs : {
1616 pname = "radicle-ci-broker" ;
17- version = "0.24 .0" ;
17+ version = "0.25 .0" ;
1818
1919 src = fetchFromRadicle {
2020 seed = "seed.radicle.xyz" ;
2121 repo = "zwTxygwuz5LDGBq255RA2CbNGrz8" ;
2222 node = "z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV" ;
2323 tag = "v${ finalAttrs . version } " ;
24- hash = "sha256-E9i5EhzI+9PX2Sm2nNyB5SMi6F/EmjifeD0futPBi6k =" ;
24+ hash = "sha256-28PS85ME0Yg6+FnYw8GRNeo56z5efAqSE7FNk7wiTuI =" ;
2525 leaveDotGit = true ;
2626 postFetch = ''
2727 git -C $out rev-parse --short HEAD > $out/.git_head
2828 rm -rf $out/.git
2929 '' ;
3030 } ;
3131
32- cargoHash = "sha256-RlqomX4XiKn/YuCdBh6H/y+8JFBwC06eDEAmhz71UXs =" ;
32+ cargoHash = "sha256-v+ax8DmXZFxYGYL7WaX5W/UIByuYcvkAMQIqpb6Emyw =" ;
3333
3434 postPatch = ''
3535 substituteInPlace build.rs \
You can’t perform that action at this time.
0 commit comments