about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-06-25 16:12:12 +0100
committerGitHub <noreply@github.com>2022-06-25 16:12:12 +0100
commitf8dd2c59431ce52283f58c05b515c8f85b90de82 (patch)
treef675f02a1c73580c7e46bf7eb7c8ff9db2184592 /pkgs/applications
parent4ce02e37859cfb965db41fad5002c51358149379 (diff)
parent69efa4c25351b9ceb7ee642ac6cacec7ca5bd4ab (diff)
Merge pull request #178754 from kilianar/i3status-rust
i3status-rust: 0.21.10 -> 0.22.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/i3/status-rust.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/i3/status-rust.nix b/pkgs/applications/window-managers/i3/status-rust.nix
index c3d8d96bba4e1..ddc4383fbd73c 100644
--- a/pkgs/applications/window-managers/i3/status-rust.nix
+++ b/pkgs/applications/window-managers/i3/status-rust.nix
@@ -15,16 +15,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "i3status-rust";
-  version = "0.21.10";
+  version = "0.22.0";
 
   src = fetchFromGitHub {
     owner = "greshake";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "sha256-HtPgl52ysE/CVX706YeKBFc6CgGpHzvHwZoS+DzHADY=";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-9Fp5k14QkV1CwLSL1nUUu6NYIpjfvI9vNJRYNqvyr3M=";
   };
 
-  cargoSha256 = "sha256-ini0AIYwvTskNFMSC+Gy23ohL75PTET95e1mjpjCsWE=";
+  cargoSha256 = "sha256-MzosatZ4yPHAdANqOBPVW2wpjnojLo9B9N9o4DtU0Iw=";
 
   nativeBuildInputs = [ pkg-config makeWrapper ];