about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-13 22:49:07 -0600
committerGitHub <noreply@github.com>2023-08-13 22:49:07 -0600
commit52da2d5ce375207612856d24ba7d9c16779edb22 (patch)
tree1123cba1f71ae4790f02467e0b64be716a7f6c4c
parent1ecf84a0ba2435919d239399f350807d50cf8bf0 (diff)
parentf3c8f334ebfe26c8a86a583470d2a06896acfcbd (diff)
Merge pull request #249015 from aaronjheng/uwc
uwc: 1.0.4 -> 1.0.5
-rw-r--r--pkgs/tools/text/uwc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/uwc/default.nix b/pkgs/tools/text/uwc/default.nix
index 14fe74723a3bb..dc34ecfacff23 100644
--- a/pkgs/tools/text/uwc/default.nix
+++ b/pkgs/tools/text/uwc/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "uwc";
-  version = "1.0.4";
+  version = "1.0.5";
 
   src = fetchFromGitLab {
     owner = "dead10ck";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1ywqq9hrrm3frvd2sswknxygjlxi195kcy7g7phwq63j7hkyrn50";
+    hash = "sha256-x2mijB1GkxdraFroG1+PiBzWKPjsaAeoDt0HFL2v93I=";
   };
 
-  cargoSha256 = "04pslga3ff766cpb73n6ivzmqfa0hm19gcla8iyv6p59ddsajh3q";
+  cargoHash = "sha256-0IvOaQaXfdEz5tlXh5gTbnZG9QZSWDVHGOqYq8aWOIc=";
 
   doCheck = true;