Merge pull request #301964 from r-ryantm/auto-update/cista

cista: 0.14 -> 0.15
This commit is contained in:
Nick Cao 2024-04-06 11:02:42 -04:00 committed by GitHub
commit 4c5f7a367d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cista";
version = "0.14";
version = "0.15";
src = fetchFromGitHub {
owner = "felixguendling";
repo = pname;
rev = "v${version}";
sha256 = "sha256-E2B+dNFk0ssKhT9dULNFzpa8auRQ9Q0czuUjX6hxWPw=";
sha256 = "sha256-+DcxnckoXVSc+gXt21fxKkx4J1khLsQPuxYH9CBRrfE=";
};
nativeBuildInputs = [ cmake ];