Skip to content

Commit

Permalink
dictu: 0.23.0 -> 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 7, 2022
1 parent 619b8fd commit df751f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/dictu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ assert enableLTO -> stdenv.cc.isGNU;

stdenv.mkDerivation rec {
pname = "dictu";
version = "0.23.0";
version = "0.24.0";

src = fetchFromGitHub {
owner = "dictu-lang";
repo = pname;
rev = "v${version}";
sha256 = "sha256-K/RbkRK8nCkmaNwWplWe2nWtULhn/GCNPXYStfMeUPg=";
sha256 = "sha256-EYoLEyK8jh4z3/9aMuUBt0pCwks7NIevsK2mOh8x6bQ=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit df751f5

Please sign in to comment.