Skip to content

Commit 979c745

Browse files
committed
1 parent c0eb2c5 commit 979c745

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/ra/radicle-ci-broker/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414

1515
rustPlatform.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 \

0 commit comments

Comments
 (0)