about summary refs log tree commit diff
path: root/pkgs/development/tools/fastgron
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-12-03 08:11:05 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-12-03 10:20:48 +1000
commit0616776a5e4072e9455e3966d1fce58feefa7a58 (patch)
treefafd303334d7dcc1fe125b3b72d98c3ff93ff1e2 /pkgs/development/tools/fastgron
parent1fd9c9c0019f38844a817d204cbd1532baa6b56d (diff)
fastgron: 0.6.4 -> 0.6.5
Diff: https://github.com/adamritter/fastgron/compare/v0.6.4...v0.6.5

Changelog: https://github.com/adamritter/fastgron/releases/tag/v0.6.5
Diffstat (limited to 'pkgs/development/tools/fastgron')
-rw-r--r--pkgs/development/tools/fastgron/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/fastgron/default.nix b/pkgs/development/tools/fastgron/default.nix
index d4ac30958a273..d92c72e04d8fc 100644
--- a/pkgs/development/tools/fastgron/default.nix
+++ b/pkgs/development/tools/fastgron/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "fastgron";
-  version = "0.6.4";
+  version = "0.6.5";
 
   src = fetchFromGitHub {
     owner = "adamritter";
     repo = "fastgron";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-sGTJ98YEvy+pOFVLLIcvgUq5Pn4r1CYL9YEchZhoBeQ=";
+    hash = "sha256-R4s41p7pnYFrjM2CTY1TAYNZCCcKqBS4sPe54CTRFyY=";
   };
 
   nativeBuildInputs = [ cmake ];