about summary refs log tree commit diff
path: root/pkgs/applications/misc/oxker
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-30 19:56:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-30 19:56:23 +0000
commit75da39a0d6154c21ebaaf38c8b6ba288fbc78c70 (patch)
tree86fda5be3157dd6ff67fc6cc901f54a9fc01f043 /pkgs/applications/misc/oxker
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
oxker: 0.1.9 -> 0.1.10
Diffstat (limited to 'pkgs/applications/misc/oxker')
-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 0647ba26dc0ef..f518acd24a201 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.1.9";
+  version = "0.1.10";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-3J3Xe9LT4bHatU/wWsF0Gq9gGRcSdCzyQnIIfLXE8KA=";
+    sha256 = "sha256-2NX2iW3cT9027j2gUsDTtdIFDmJKIGPfSzrGGwvK/VA=";
   };
 
-  cargoSha256 = "sha256-TWpshqvWMRk2A6RvjWWQc7Nu6tOrctUBZmzyjEFKPRw=";
+  cargoSha256 = "sha256-//GI+roOsCLkKgMDUDK0YhJWmeIaYCMBt9r14+Rz8UQ=";
 
   meta = with lib; {
     description = "A simple tui to view & control docker containers";