Unverified Commit f5a098d3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

system76-keyboard-configurator: 1.3.2 -> 1.3.3
parents 8e913980 263dafd9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

rustPlatform.buildRustPackage rec {
  pname = "system76-keyboard-configurator";
  version = "1.3.2";
  version = "1.3.3";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = "keyboard-configurator";
    rev = "v${version}";
    sha256 = "sha256-21cn43qyKg8jL6FF8D9H7dgcgSKggqaxb4cJVc0ljl0=";
    sha256 = "sha256-8Mb07OlmYl/dNxCdBrAq7mgXZvi0oqtt76UX8TMWUPY=";
  };

  nativeBuildInputs = [
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
    udev
  ];

  cargoHash = "sha256-9VjrDE/1VAgNrRmSYxCYKPrnilPQF+OXAYpFkF2lpAE=";
  cargoHash = "sha256-3IAljoL4cabZ9rpgqPrgG7ofwETHS/9OlBKjxTwCDTU=";

  meta = with lib; {
    description = "Keyboard configuration application for System76 keyboards and laptops";