Skip to content

Commit

Permalink
utf8cpp: 4.0.3 -> 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 5, 2024
1 parent 434f6ae commit 1b10034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/utf8cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
pname = "utf8cpp";
version = "4.0.3";
version = "4.0.5";

src = fetchFromGitHub {
owner = "nemtrif";
repo = "utfcpp";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-oUr476HMBYzX64x28Kcudw0B1BVqLUPVVdRzRe82AOc=";
hash = "sha256-Z27/31obVErsmW1b1SVcr45nKlFu01RqqpTMwS0LqJ8=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 1b10034

Please sign in to comment.