[26.05] radicle-httpd: 0.26.0 -> 0.27.0; radicle-explorer: 0-unstable-2026-07-16 -> 0-unstable-2026-07-29 (#547854)

This commit is contained in:
Felix Bargfeldt
2026-07-31 20:10:33 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -23,16 +23,16 @@ in
buildNpmPackage (finalAttrs: {
pname = "radicle-explorer";
version = "0-unstable-2026-07-16";
version = "0-unstable-2026-07-29";
src = fetchFromRadicle {
seed = "seed.radicle.dev";
repo = "z4V1sjrXqjvFdnCUbxPFqd5p4DtH5";
rev = "3c2935704f5767d60b3caf609ef772948bbecb10";
hash = "sha256-EpHKuFNgRLwCVdDDRKjPJEvfDpS9qka75B2fQEVc1ns=";
rev = "427cece9850944d30f0d49ccd016f98dacd77d75";
hash = "sha256-FC78GCaC8IcBtXDRotYcaw040cggGWnrI2lgnWLwU68=";
};
npmDepsHash = "sha256-74r7cyggbuva9XpW++HdAHHFqEBJ6BgNuJJUR+8HE4c=";
npmDepsHash = "sha256-L/JOhI7KVXNDGHzk8RVNNcd8hHL+I7YKVg8sZyRSBtA=";
postPatch = ''
patchShebangs --build ./scripts

View File

@@ -15,7 +15,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "radicle-httpd";
version = "0.26.0";
version = "0.27.0";
env.RADICLE_VERSION = finalAttrs.version;
@@ -29,10 +29,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
"/Cargo.toml"
"/Cargo.lock"
];
hash = "sha256-zSU8B5IwOEUS9d4Y/UWJ6eD0p3zvp0nWVgJmZ/kVB1Q=";
hash = "sha256-OJrHV5WdFNzoYrOkqpN1ctrJDB3JTJhH54q/C6IV9ZU=";
};
cargoHash = "sha256-rdW+WLkQ4UEn6hRZfgJhJkJWb7A26MayXVnVwAlLAG8=";
cargoHash = "sha256-FjYhw27pAX9Tilgm/Tg18Vkv4/K5kEFJAbhv1mDY0rg=";
nativeBuildInputs = [
asciidoctor