summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-23 01:07:09 +0200
committerGitHub <noreply@github.com>2023-10-23 01:07:09 +0200
commitd0b80a159ac656fefdf7ea52d47f48e9342a6eff (patch)
tree73f4caae1361995a6e5c4ebf5f7650775168946c /pkgs/applications/misc
parente0417d79ffebc70f343cfb1b28f35401bfd65b83 (diff)
parent7ab2faeb57cd334ee6b4c22b80c684f411bf94bd (diff)
downloadnixpkgs-d0b80a159ac656fefdf7ea52d47f48e9342a6eff.tar
nixpkgs-d0b80a159ac656fefdf7ea52d47f48e9342a6eff.tar.gz
nixpkgs-d0b80a159ac656fefdf7ea52d47f48e9342a6eff.tar.bz2
nixpkgs-d0b80a159ac656fefdf7ea52d47f48e9342a6eff.tar.lz
nixpkgs-d0b80a159ac656fefdf7ea52d47f48e9342a6eff.tar.xz
nixpkgs-d0b80a159ac656fefdf7ea52d47f48e9342a6eff.tar.zst
nixpkgs-d0b80a159ac656fefdf7ea52d47f48e9342a6eff.zip
Merge pull request #262778 from r-ryantm/auto-update/oxker
oxker: 0.3.2 -> 0.3.3
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/oxker/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/oxker/default.nix b/pkgs/applications/misc/oxker/default.nix
index bac74b0ffe1..2e22cdbd1b3 100644
--- a/pkgs/applications/misc/oxker/default.nix
+++ b/pkgs/applications/misc/oxker/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "oxker";
-  version = "0.3.2";
+  version = "0.3.3";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-HFZSIzP3G6f78gTOpzZFG5ZAo5Lo6VuxQe6xMvCVfss=";
+    sha256 = "sha256-2zdsVItGZYQydpC9E/uCbzOE9Xoh7zTqa9DpxA5qNCc=";
   };
 
-  cargoHash = "sha256-ZsqxlwgXqw9eUEjw1DLBMz05V/y/ZbcrCL6I8TcnnDs=";
+  cargoHash = "sha256-FXYFQpiK2BGUz9GjsUPS9LWPeezbBQ3A33juoVCl71g=";
 
   meta = with lib; {
     description = "A simple tui to view & control docker containers";