summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-25 16:08:22 -0400
committerfigsoda <figsoda@pm.me>2023-09-25 16:08:22 -0400
commitaf44859aa8ba87999daf3ed65b84480116a5b92e (patch)
tree8f170c244366efc3bc7c48a88810e17f833a50f0
parent99eb0f3469482c7a26b925e96d2a47914731193e (diff)
downloadnixpkgs-af44859aa8ba87999daf3ed65b84480116a5b92e.tar
nixpkgs-af44859aa8ba87999daf3ed65b84480116a5b92e.tar.gz
nixpkgs-af44859aa8ba87999daf3ed65b84480116a5b92e.tar.bz2
nixpkgs-af44859aa8ba87999daf3ed65b84480116a5b92e.tar.lz
nixpkgs-af44859aa8ba87999daf3ed65b84480116a5b92e.tar.xz
nixpkgs-af44859aa8ba87999daf3ed65b84480116a5b92e.tar.zst
nixpkgs-af44859aa8ba87999daf3ed65b84480116a5b92e.zip
fx: 30.1.0 -> 30.1.1
Diff: https://github.com/antonmedv/fx/compare/30.1.0...30.1.1

Changelog: https://github.com/antonmedv/fx/releases/tag/30.1.1
-rw-r--r--pkgs/development/tools/fx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/fx/default.nix b/pkgs/development/tools/fx/default.nix
index 34e32ce7e07..72795ea54d8 100644
--- a/pkgs/development/tools/fx/default.nix
+++ b/pkgs/development/tools/fx/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "fx";
-  version = "30.1.0";
+  version = "30.1.1";
 
   src = fetchFromGitHub {
     owner = "antonmedv";
     repo = pname;
     rev = version;
-    hash = "sha256-SqD3NPaeJB/bxb47PO39mwJGnSg2WBQ3RyA6PRn7z10=";
+    hash = "sha256-uKHh7ERxcIXmKY2NHichuyEIDu0MkeTs1f0jqark//E=";
   };
 
   vendorHash = "sha256-6wVcdzTYnB0Bd/YLPcbryKxCXu5genzQQ96znbn2ahw=";