Skip to content

Commit

Permalink
decky-loader: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Sep 23, 2024
1 parent d71bcb4 commit 03aa054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/decky-loader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
}:
python3.pkgs.buildPythonPackage rec {
pname = "decky-loader";
version = "3.0.0";
version = "3.0.1";

src = fetchFromGitHub {
owner = "SteamDeckHomebrew";
repo = "decky-loader";
rev = "v${version}";
hash = "sha256-XvdVfgmP+XMMjIQ2BKojInYIeHu4KAiiRaGGgt8Ivwg=";
hash = "sha256-IFop3SbXYCzYdHGRK08v8uPL4sSAHelCrIEc8HquZmg=";
};

pyproject = true;

pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
sourceRoot = "${src.name}/frontend";
hash = "sha256-xPLciBj5Pjo9BqlD7YPtx1D3U2/BZQy5tuW8uA/H/KA=";
hash = "sha256-IX7WI0q30Wa54sSpPQu9SarxijS9BQFgo6Lkw12E6GI=";
};

pnpmRoot = "frontend";
Expand Down

0 comments on commit 03aa054

Please sign in to comment.