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

cbonsai: 1.1.1 -> 1.2.0
This commit is contained in:
Fabian Affolter 2021-05-31 17:40:21 +02:00 committed by GitHub
commit 2f419e5222
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.mkDerivation rec {
version = "1.1.1";
version = "1.2.0";
pname = "cbonsai";
src = fetchFromGitLab {
owner = "jallbrit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IgtBHy6JCuTTXL0GNnaRCLrmQ9QDatK15WvrBBvux6s=";
sha256 = "sha256-j3RNCUxNyphZy5c7ZcKwyVbcYt7l6wiB+r7P3sWPFwA=";
};
nativeBuildInputs = [ pkg-config ];