Merge pull request #144116 from whonore/update-bitwise-0.43

bitwise: 0.42 -> 0.43
This commit is contained in:
Bobby Rong
2021-11-01 22:24:46 +08:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bitwise";
version = "0.42";
version = "0.43";
src = fetchFromGitHub {
owner = "mellowcandle";
repo = "bitwise";
rev = "v${version}";
sha256 = "154y0sn3z64z56k84ghsazkyihbkaz40hfwxcxdymnhvhh6m9f3g";
sha256 = "18sz7bfpq83s2zhw7c35snz6k3b6rzad2mmfq2qwmyqwypbp1g7l";
};
buildInputs = [ ncurses readline ];