about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-11-23 01:54:27 +0100
committerGitHub <noreply@github.com>2023-11-23 01:54:27 +0100
commit474d34b90c8c66cbceb17dfe21c1b2096ddadd9a (patch)
treee8a2583fe01b012724061f38a34a22f282cbafe2 /pkgs/applications
parentbf01ec00a0b196c84f84f153da2d14effa0867a7 (diff)
parent356cfde2c3fe94012823b1cae93747dadbd85207 (diff)
Merge pull request #269206 from r-ryantm/auto-update/oxker
oxker: 0.3.3 -> 0.4.0
Diffstat (limited to 'pkgs/applications')
-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 2e22cdbd1b3a3..5d10c7156364a 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.3";
+  version = "0.4.0";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-2zdsVItGZYQydpC9E/uCbzOE9Xoh7zTqa9DpxA5qNCc=";
+    sha256 = "sha256-zre4ccMmv1NWcokLvEFRIf+kornAnge/a3c3b6IO03o=";
   };
 
-  cargoHash = "sha256-FXYFQpiK2BGUz9GjsUPS9LWPeezbBQ3A33juoVCl71g=";
+  cargoHash = "sha256-xdfaTVRt5h4q0kfAE1l6pOXCfk0Cb8TnKNMZeeGvciY=";
 
   meta = with lib; {
     description = "A simple tui to view & control docker containers";