Skip to content

Commit

Permalink
Add tkn-pac 0.28 (and update 0.24)
Browse files Browse the repository at this point in the history
Closes #64
Closes #68
Closes #76
Closes #89

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 3, 2024
1 parent 983ff16 commit 033b87e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ self: super:
inherit (super.callPackage ../packages/kss.nix { }) kss;
inherit (super.callPackage ../packages/tkn-pac.nix { })
tkn-pac
tkn-pac_0_28
tkn-pac_0_27
tkn-pac_0_26
tkn-pac_0_25
Expand Down
14 changes: 9 additions & 5 deletions packages/tkn-pac.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ rec {
};
};

tkn-pac = tkn-pac_0_27;
tkn-pac = tkn-pac_0_28;
tkn-pac_0_28 = makeOverridable tknPacGen {
version = "0.28.0";
sha256 = "sha256-fp1X2oYPHp4ISgRDn/JKWm17i1kA/JBbV4i1QQ4VZh0=";
};
tkn-pac_0_27 = makeOverridable tknPacGen {
version = "0.27.0";
sha256 = "sha256-2Cwa+7993cU9gXgW6zB2iqRH32mKs1ysQ92YalFq7Vo=";
version = "0.27.2";
sha256 = "sha256-R71qcgWG/TgjeTdnAkMtCTnCNHsRoFZt5KiR+WXTcDk=";
};
tkn-pac_0_26 = makeOverridable tknPacGen {
version = "0.26.0";
Expand All @@ -58,7 +62,7 @@ rec {
sha256 = "sha256-Y4Zms7Vn1UEZJ2aQrBZGbIFrdb+q7xXXqoy7SJgLkIo=";
};
tkn-pac_0_24 = makeOverridable tknPacGen {
version = "0.24.6";
sha256 = "sha256-p3ISVsaAsAFfnt0J+uzxttZ03X5CW/LiKQq0QGUiS7o=";
version = "0.24.7";
sha256 = "sha256-cnWr0caZKc6xe4zTr3fDnCi4Knftkfx2rDievhqEpf4=";
};
}

0 comments on commit 033b87e

Please sign in to comment.