Skip to content

Commit

Permalink
chore: upgrade vibe.d; bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Sep 10, 2023
1 parent 118d9bb commit c29dfc7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"fileVersion": 1,
"versions": {
"stdx-allocator": "2.77.5",
"vibe-d": "0.9.5"
"vibe-d": "0.9.7"
}
}
8 changes: 4 additions & 4 deletions dub.selections.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
fetch = {
type = "git";
url = "https://github.com/vibe-d/vibe.d.git";
rev = "v0.9.5";
sha256 = "1cf8psyfxh7053wwcjm3jm9avyph6dkx7c4fahi0gr1lrflpvpcb";
rev = "v0.9.7";
sha256 = "1q4yvcaf36lmf29izg01x888v40snpwiph310nrlpr4gyhd834av";
fetchSubmodules = false;
date = "2022-07-18T17:27:21+02:00";
date = "2023-08-29T13:24:09+02:00";
deepClone = false;
leaveDotGit = false;
path = "/nix/store/dx5wdsw6rrwxrhg1vqx1a1p7jq89rz5g-vibe.d";
path = "/nix/store/7fq089i7zib7m9hxyl75mlfy264d9gnx-vibe.d";
};
} {
fetch = {
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.3.0";
version = "0.3.1";
# 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.3.0";
enum VERSION = "0.3.1";
enum HEADER = "# This file was generated by https://github.com/lionello/dub2nix v"~VERSION~"\n";

unittest {
Expand Down

0 comments on commit c29dfc7

Please sign in to comment.