cawbird: 1.0.3.1 -> 1.0.4

fixes a crash caused by invalid Twitter API data
This commit is contained in:
Trolli Schmittlauch 2020-01-12 23:48:37 +01:00 committed by Jon
parent c4036d5c35
commit 04172da17b

View File

@ -20,14 +20,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.0.3.1"; version = "1.0.4";
pname = "cawbird"; pname = "cawbird";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "IBBoard"; owner = "IBBoard";
repo = "cawbird"; repo = "cawbird";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256:1v1y4bx0mm518b9vlpsry12fw1qz2j28jfhjqq73blvzd89lgb0y"; sha256 = "sha256:1gqi7bn08b9cjpb0mgs6bk1a2npdfhn56ckps95nck0jyqzfbnir";
}; };
nativeBuildInputs = [ nativeBuildInputs = [