boops: 1.6.0 -> 1.6.4

This commit is contained in:
R. RyanTM 2021-08-08 08:17:59 +00:00
parent 3a3f82631f
commit dfd825e2e2

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "boops"; pname = "boops";
version = "1.6.0"; version = "1.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sjaehn"; owner = "sjaehn";
repo = "BOops"; repo = "BOops";
rev = version; rev = version;
sha256 = "sha256-7eNvt8PxIZCp83Y5XX5fBolBon4j+HPtu8wrgG8Miok="; sha256 = "sha256-rljUb0fj231MQh+7jTpjAsZm1QkNzfdSpcI1cS5fs/c=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];