Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Nov 20, 2022
1 parent 537ee65 commit 199b1f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dub.selections.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by https://github.com/lionello/dub2nix v0.2.7
# This file was generated by https://github.com/lionello/dub2nix v0.2.8
[ {
fetch = {
type = "git";
Expand Down
2 changes: 1 addition & 1 deletion dub2nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkDubDerivation {
src = pkgs.lib.cleanSource ./.;
# dubJSON = ./dub.json;
# selections = ./dub.selections.nix;
version = "0.2.7";
version = "0.2.8";
# doCheck = true;
buildInputs = [ pkgs.makeWrapper pkgs.cacert pkgs.nix-prefetch-git ];
postFixup = ''
Expand Down
2 changes: 1 addition & 1 deletion src/dub2nix.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import vibe.data.json, std.string;
import std.exception : enforce;

enum mkDubNix = import("./mkDub.nix");
enum VERSION = "0.2.7";
enum VERSION = "0.2.8";
enum HEADER = "# This file was generated by https://github.com/lionello/dub2nix v"~VERSION~"\n";

unittest {
Expand Down

0 comments on commit 199b1f9

Please sign in to comment.