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

cbonsai: 1.1.1 -> 1.2.0
launchpad/nixpkgs/master
Fabian Affolter 3 years ago committed by GitHub
commit 2f419e5222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/games/cbonsai/default.nix

@ -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 ];

Loading…
Cancel
Save