[26.05] radicle-node{,-unstable}: 1.9.1 -> 1.10.0 (#549669)

This commit is contained in:
Felix Bargfeldt
2026-08-06 06:52:09 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -15,9 +15,9 @@
xdg-utils,
versionCheckHook,
version ? "1.9.1",
srcHash ? "sha256-8wLVNHF9qkKBK2s6RdH0/2To2zamx8RON5iBjkQoQY4=",
cargoHash ? "sha256-holYrCL0FApbnFRj0+bVnjkiNL14jclaM8xIqRHfEkc=",
version ? "1.10.0",
srcHash ? "sha256-msKnRL6T9Z+bSxknRvhKSE6rDlGA0e8aWwM1/PhUzZw=",
cargoHash ? "sha256-g23LqCXZt+/JX+1Nb9JCORxI0P/LJL2MZHg3lATKLd8=",
updateScript ? ./update.sh,
}:

View File

@@ -1,8 +1,8 @@
{ radicle-node }:
radicle-node.override {
version = "1.9.1";
srcHash = "sha256-8wLVNHF9qkKBK2s6RdH0/2To2zamx8RON5iBjkQoQY4=";
cargoHash = "sha256-holYrCL0FApbnFRj0+bVnjkiNL14jclaM8xIqRHfEkc=";
version = "1.10.0";
srcHash = "sha256-msKnRL6T9Z+bSxknRvhKSE6rDlGA0e8aWwM1/PhUzZw=";
cargoHash = "sha256-g23LqCXZt+/JX+1Nb9JCORxI0P/LJL2MZHg3lATKLd8=";
updateScript = ./update-unstable.sh;
}