Skip to content

Commit

Permalink
decky-loader-prerelease: 3.0.2-pre3 -> 3.0.4-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 15, 2024
1 parent 7eae983 commit 2317058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/decky-loader/prerelease.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
}:
decky-loader.overridePythonAttrs rec {
pname = "decky-loader";
version = "3.0.2-pre3";
version = "3.0.4-pre1";

src = fetchFromGitHub {
owner = "SteamDeckHomebrew";
repo = "decky-loader";
rev = "v${version}";
hash = "sha256-mWeGB2h0FB5AbUIt14d0S5f2GFYz00bFm3px6xFsQLo=";
hash = "sha256-pWkAu0nYg3YOA7w/8eN9n23sSyFkZcuvGUF8Swd0Hbc=";
};

pnpmDeps = pnpm.fetchDeps {
inherit pname version src;
sourceRoot = "${src.name}/frontend";
hash = "sha256-DG1+Drr0z0QfnGYDpJw+PpINjA9PM1Rij93ePqebDSE=";
hash = "sha256-MoYNX8jyITR26bfFPYRTsWxILw+LUtmAp714Ch0aYJQ=";
};
}

0 comments on commit 2317058

Please sign in to comment.