Unverified Commit 73239687 authored by Ryan Burns's avatar Ryan Burns Committed by GitHub
Browse files

Merge pull request #235696 from r-burns/wibo

wibo: 0.3.0 -> 0.4.2
parents a4b90364 03ba3aae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "wibo";
  version = "0.3.0";
  version = "0.4.2";

  src = fetchFromGitHub {
    owner = "decompals";
    repo = "wibo";
    rev = version;
    hash = "sha256-J5h/RpF+twb5fBjSDQMVB5SoTWWs8VD/EUuikuj73YA=";
    hash = "sha256-oq/i0Hb2y5pwDEvaqSyC4+6LH1oUbvDZ/62l+V3S7Uk=";
  };

  nativeBuildInputs = [