guile-websocket: 0.2.1 -> 0.3.0

guile-hoot 0.8.0 build is partially broken and needs guile-websocket 0.3.0 to run hoot cli
This commit is contained in:
control-o
2026-03-17 23:08:37 +01:00
parent cbe2b76406
commit e005bc0024

View File

@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "guile-websocket";
version = "0.2.1";
version = "0.3.0";
src = fetchurl {
url = "https://files.dthompson.us/releases/guile-websocket/guile-websocket-${finalAttrs.version}.tar.gz";
hash = "sha256-MurFAPXYjp1oq9gNCIH2e8xLmVsMUH0OdCpTVxhffVU=";
hash = "sha256-G6bA0dF19KaLWM4AMldHfjkx/qDXBZOIGqcXfLmUg/w=";
};
strictDeps = true;