Merge pull request #242734 from qowoz/fastgron

fastgron: 0.6.3 -> 0.6.4
This commit is contained in:
Nick Cao 2023-07-11 09:23:09 +08:00 committed by GitHub
commit 02242f5eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastgron";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "adamritter";
repo = "fastgron";
rev = "v${finalAttrs.version}";
hash = "sha256-614edimiz+n8Gwr4vYq7PvQmceItfQL2Gt4cYgsxISc=";
hash = "sha256-sGTJ98YEvy+pOFVLLIcvgUq5Pn4r1CYL9YEchZhoBeQ=";
};
nativeBuildInputs = [ cmake ];