about summary refs log tree commit diff
path: root/pkgs/tools/system/gptman
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-16 07:40:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-16 07:40:51 +0000
commit6a7b656fe77f9305ed2a5fb38da08b6a34ed5d09 (patch)
tree330bbc518b758f29100088a25fac496a611ea5b2 /pkgs/tools/system/gptman
parent5223d1f86aab688bf05c6069b87be5f662d84eac (diff)
gptman: 1.0.2 -> 1.1.0
Diffstat (limited to 'pkgs/tools/system/gptman')
-rw-r--r--pkgs/tools/system/gptman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/gptman/default.nix b/pkgs/tools/system/gptman/default.nix
index 3e3fc623a9e76..533210ee4d8f8 100644
--- a/pkgs/tools/system/gptman/default.nix
+++ b/pkgs/tools/system/gptman/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "gptman";
-  version = "1.0.2";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "rust-disk-partition-management";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Qi2nrvF566AK+JsP7V9tVQXwAU63TNpfTFZLuM/h1Ps=";
+    hash = "sha256-ebV61EilGggix6JSN/MW4Ka0itkSpvikLDSO005TTYY=";
   };
 
-  cargoHash = "sha256-YMlwlSq14S37SqewglvxZYUL67fT66hh22t0N8h+2vk=";
+  cargoHash = "sha256-P+qez0oVsHBiaBYban2o8MRvF8ElLf5zb+p+tYunWWA=";
 
   buildInputs = lib.optional stdenv.isDarwin libiconv;