about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-07-02 23:17:40 +0200
committerGitHub <noreply@github.com>2024-07-02 23:17:40 +0200
commit4c96e53090b13b3df4b92802b8269e76b18b9abe (patch)
treed5d3dcb8f415e31ef87f00ab651e3edb2f805b78 /pkgs/tools/misc
parenta4124fe822f93936795ac49ff9c2da63400a7422 (diff)
parent5d59f99122793fda050595d6c2b90eb1eb6b5cf4 (diff)
Merge pull request #322795 from r-ryantm/auto-update/pipectl
pipectl: 0.4.2 -> 0.5.0
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/pipectl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/pipectl/default.nix b/pkgs/tools/misc/pipectl/default.nix
index 68df99eb476b5..6612826be2d62 100644
--- a/pkgs/tools/misc/pipectl/default.nix
+++ b/pkgs/tools/misc/pipectl/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pipectl";
-  version = "0.4.2";
+  version = "0.5.0";
 
   src = fetchFromGitHub {
     owner = "Ferdi265";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Ixch5iyeIjx+hSvln8L0N8pXG7ordpsFVroqZPUzAG0=";
+    hash = "sha256-uBKHGR4kv62EMOIT/K+WbvFtdJ0V5IbsxjwQvhUu9f8=";
   };
 
   nativeBuildInputs = [ cmake scdoc ];