guile-websocket: 0.2.0 -> 0.2.1 (#433385)

This commit is contained in:
dish 2025-08-18 21:06:50 -04:00 committed by GitHub
commit 794dd84b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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