Merge pull request #235696 from r-burns/wibo

wibo: 0.3.0 -> 0.4.2
This commit is contained in:
Ryan Burns 2023-06-06 17:01:32 -07:00 committed by GitHub
commit 73239687ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [