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-07-08 13:56:18 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-07-08 16:42:17 +1000
commit842e90934a352f517d23963df3ec0474612e483c (patch)
tree2cfeff32308b3bc53cb2fe04c4fb31d269d2ab50 /pkgs/development/tools/fastgron
parent449b9b12324e3719c63fb8430d7d07798ec11401 (diff)
fastgron: 0.6.2 -> 0.6.3
Diff: https://github.com/adamritter/fastgron/compare/v0.6.2...v0.6.3

Changelog: https://github.com/adamritter/fastgron/releases/tag/v0.6.3
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 17996d697e631..47817041703af 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.2";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "adamritter";
     repo = "fastgron";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-SqJdJnepfX/qHiACjpaTNM+/lApcADCCbcX+BNgXswg=";
+    hash = "sha256-614edimiz+n8Gwr4vYq7PvQmceItfQL2Gt4cYgsxISc=";
   };
 
   nativeBuildInputs = [ cmake ];