Commit e005bc00 authored by control-o's avatar control-o
Browse files

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
parent cbe2b764
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;