Skip to content

Commit

Permalink
Bump version to 0.16.0. Add bsd3 to licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
theneosloth committed Oct 31, 2024
1 parent 64d3ab5 commit 164fe08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/tcl-modules/by-name/ji/jimlib/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

mkTclDerivation rec {
pname = "jimlib";
version = "0.15.0-unstable-2024-10-31";
version = "0.16.0";

src = fetchFromGitLab {
owner = "dbohdan";
repo = "jimlib";
rev = "6a50339a6fbfc26d793b987c939cdd82dc1db490";
sha256 = "sha256-EkYjaQqH9I8SCS424cpsyfigPweLLLLPvRkO+vHHCJ8=";
rev = "v${version}";
sha256 = "sha256-a7Su/JByGLgnYBCRbP9z9CunTIYTwAisWuQafZWYgYo=";
};

dontBuild = true;
Expand All @@ -37,6 +37,7 @@ mkTclDerivation rec {
license = [
lib.licenses.mit
lib.licenses.tcltk
lib.licenses.bsd3
];
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ neosloth ];
Expand Down

0 comments on commit 164fe08

Please sign in to comment.