blesh: 0.4.0-devel3 -> 0.4.0-devel3-unstable-2026-03-10

This commit is contained in:
Katsumi Takeuchi
2026-05-28 16:27:53 +09:00
parent f9710d1500
commit 4e464d9ca7
+5 -4
View File
@@ -7,13 +7,14 @@
glibcLocales,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation {
pname = "blesh";
version = "0.4.0-devel3";
version = "0.4.0-devel3-unstable-2026-03-10";
src = fetchzip {
url = "https://github.com/akinomyoga/ble.sh/releases/download/v${version}/ble-${version}.tar.xz";
sha256 = "sha256-kGLp8RaInYSrJEi3h5kWEOMAbZV/gEPFUjOLgBuMhCI=";
url = "https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20260310%2Bb99cadb.tar.xz";
name = "ble-nightly-20260310+b99cadb.tar.xz";
sha256 = "sha256-rJnSEY7J4wfy8dnL9Bg59u0epPe0HL1J7piPbkNyes0=";
};
dontBuild = true;