Skip to content

Commit

Permalink
Merge pull request NixOS#303161 from r-ryantm/auto-update/base16384
Browse files Browse the repository at this point in the history
base16384: 2.3.0 -> 2.3.1
  • Loading branch information
Aleksanaa authored Apr 11, 2024
2 parents eab5b0a + 9746685 commit 9306e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/base16384/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "base16384";
version = "2.3.0";
version = "2.3.1";

src = fetchFromGitHub {
owner = "fumiama";
repo = pname;
rev = "v${version}";
hash = "sha256-FzZ8k7dkGksQvknrHoSjX1iUpIyL5xGlFTm3mgpBIig=";
hash = "sha256-2HZeom+8eEH4CrphCoOV+wJbqhYKVUcAQrYLyEVACkQ=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 9306e3c

Please sign in to comment.