Skip to content

Commit

Permalink
deckbd: 0-unstable-2023-03-16 -> 0-unstable-2023-07-01
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker1024 committed Oct 8, 2024
1 parent 74d2f4d commit 7b3acee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/deckbd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation {
pname = "deckbd";
version = "0-unstable-2023-03-16";
version = "0-unstable-2024-07-01";

src = fetchFromGitHub {
owner = "Ninlives";
repo = "deckbd";
rev = "327a8c91159e1b7faa2f12b5e11060b2eb9947a8";
hash = "sha256-T7iYl1xWtk39XMUUWm1pK0WVm5UK656HmqWHKDmJ220=";
rev = "1d2c71f2c096fbfa42624dd820a9d11a35c64826";
hash = "sha256-Svp/5Mo/XkiptbTM3E4QhSRxC6rMeF0t3eTq9BUjLbs=";
};

nativeBuildInputs = [ pkg-config ];
Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = {
description = "Steam Deck controller keymapper";
homepage = "https://github.com/Ninlives/deckbd";
license = lib.licenses.unfree; # https://github.com/Ninlives/deckbd/issues/1
license = lib.licenses.gpl3Only;
mainProgram = "deckbd";
platforms = lib.platforms.linux;
};
Expand Down

0 comments on commit 7b3acee

Please sign in to comment.