summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-08-12 19:12:35 -0700
committerGitHub <noreply@github.com>2022-08-12 19:12:35 -0700
commit8afad1554924ca0cab165b859f946868dceecfe0 (patch)
tree4444b9bb3973d92b32b8e6aeb4ec2aa8a8162afa
parenteca83bbb577349c96edf734b2bbaeaf87f0e40d9 (diff)
parent82dc1edf5904ad1a8c0d71cf630ca4dd55949220 (diff)
Merge pull request #185272 from r-ryantm/auto-update/system76-keyboard-configurator
system76-keyboard-configurator: 1.0.0 -> 1.2.0
-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 250d4087e703..1afb5117a4bf 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.0.0";
+ version = "1.2.0";
src = fetchFromGitHub {
owner = "pop-os";
repo = "keyboard-configurator";
rev = "v${version}";
- sha256 = "sha256-CVCXNPmc/0T8vkxfU+i1nSbfusZGFVkLEveSoCePK0M=";
+ sha256 = "sha256-N7faWyM2KExnKr6foO6KIxkFD/pGzw9RJDnADwK/fYU=";
};
nativeBuildInputs = [
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
udev
];
- cargoSha256 = "sha256-/p2cVxOvWKkcVOYIR0N8tQSCniw+QhXhC+pus4NsQ8k=";
+ cargoSha256 = "sha256-h5kqm3ZyqzJhTjBcuOvaHkwPvF1xerN2eEDFwZAah6g=";
meta = with lib; {
description = "Keyboard configuration application for System76 keyboards and laptops";