about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-20 02:49:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-20 02:49:37 +0000
commit26314663256837f962d8b873b85a15edf152fd9b (patch)
treead9a3886c3aec2f591d280e6ec61e0c0b298a7ff /pkgs/applications/misc
parent3f84dd89b87f5d648d015eb3a2ac59e1c36b3e70 (diff)
downloadnixlib-26314663256837f962d8b873b85a15edf152fd9b.tar
nixlib-26314663256837f962d8b873b85a15edf152fd9b.tar.gz
nixlib-26314663256837f962d8b873b85a15edf152fd9b.tar.bz2
nixlib-26314663256837f962d8b873b85a15edf152fd9b.tar.lz
nixlib-26314663256837f962d8b873b85a15edf152fd9b.tar.xz
nixlib-26314663256837f962d8b873b85a15edf152fd9b.tar.zst
nixlib-26314663256837f962d8b873b85a15edf152fd9b.zip
system76-keyboard-configurator: 1.3.9 -> 1.3.10
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/system76-keyboard-configurator/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/system76-keyboard-configurator/default.nix b/pkgs/applications/misc/system76-keyboard-configurator/default.nix
index 0d1b78ca918b..21cec72c5f80 100644
--- a/pkgs/applications/misc/system76-keyboard-configurator/default.nix
+++ b/pkgs/applications/misc/system76-keyboard-configurator/default.nix
@@ -6,13 +6,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "system76-keyboard-configurator";
-  version = "1.3.9";
+  version = "1.3.10";
 
   src = fetchFromGitHub {
     owner = "pop-os";
     repo = "keyboard-configurator";
     rev = "v${version}";
-    sha256 = "sha256-06qiJ3NZZSvDBH7r6K1qnz0q4ngB45wBoaG6eTFiRtk=";
+    sha256 = "sha256-5U9LWFaCwszvT1reu6NflPKQUrsQkP/NdSO4LBHWm2g=";
   };
 
   nativeBuildInputs = [
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
     udev
   ];
 
-  cargoHash = "sha256-tcyLoXOrC+lrFVRzxWfWpvHpfA6tbEBXFj9mSeTLcbc=";
+  cargoHash = "sha256-S4+cS4m69nqDN2h0vwyO35fFFBEa0Rcxx0XDBfSNLp0=";
 
   meta = with lib; {
     description = "Keyboard configuration application for System76 keyboards and laptops";