Merge pull request #124744 from r-ryantm/auto-update/cbonsai

cbonsai: 1.0.4 -> 1.1.1
This commit is contained in:
Fabian Affolter 2021-05-28 23:45:42 +02:00 committed by GitHub
commit acf171303e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitLab, ncurses, pkg-config, nix-update-script }: { stdenv, lib, fetchFromGitLab, ncurses, pkg-config, nix-update-script }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.0.4"; version = "1.1.1";
pname = "cbonsai"; pname = "cbonsai";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "jallbrit"; owner = "jallbrit";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-5yyvisExf4Minyr1ApJQ2SoctfjhdU6kEbgBGgHDtCg="; sha256 = "sha256-IgtBHy6JCuTTXL0GNnaRCLrmQ9QDatK15WvrBBvux6s=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];