Merge pull request #237153 from r-ryantm/auto-update/system76-keyboard-configurator

system76-keyboard-configurator: 1.3.4 -> 1.3.6

authored by

Nick Cao and committed by
GitHub
b6c4e0fb 07824565

+3 -3
+3 -3
pkgs/applications/misc/system76-keyboard-configurator/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "system76-keyboard-configurator"; 9 - version = "1.3.4"; 10 11 src = fetchFromGitHub { 12 owner = "pop-os"; 13 repo = "keyboard-configurator"; 14 rev = "v${version}"; 15 - sha256 = "sha256-RaJOtlnjxYiA6WrKRmIG3McAzc35zR3uMScLy2kLx98="; 16 }; 17 18 nativeBuildInputs = [ ··· 28 udev 29 ]; 30 31 - cargoHash = "sha256-qoOaLDzJ9WqCnI/kBSiu6DZx1HWU8Cd8ch6VVcgIfB4="; 32 33 meta = with lib; { 34 description = "Keyboard configuration application for System76 keyboards and laptops";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "system76-keyboard-configurator"; 9 + version = "1.3.6"; 10 11 src = fetchFromGitHub { 12 owner = "pop-os"; 13 repo = "keyboard-configurator"; 14 rev = "v${version}"; 15 + sha256 = "sha256-xM1A9hREy/l3KPZAKt/UDCGTXquLG0imAs9/BwO0YeA="; 16 }; 17 18 nativeBuildInputs = [ ··· 28 udev 29 ]; 30 31 + cargoHash = "sha256-Bf2hf1l5KNdSlOZn6++sgmdGrH356BHP77k0bNhjFDg="; 32 33 meta = with lib; { 34 description = "Keyboard configuration application for System76 keyboards and laptops";