Skip to content

Commit

Permalink
[Backport release-24.05] lgogdownloader: 3.14 -> 3.15 (#344801)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F authored Sep 27, 2024
2 parents 21a5686 + d39407c commit a9a9e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lg/lgogdownloader/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
pname = "lgogdownloader";
version = "3.14";
version = "3.15";

src = fetchFromGitHub {
owner = "Sude-";
repo = "lgogdownloader";
rev = "refs/tags/v${version}";
hash = "sha256-pxYiSefscglHN53wvp38Ec4/3X46sWc56Y4YKNtqABQ=";
hash = "sha256-h2N5pRwwZZ3jAvRrT4Ebk4N5WO9tQjDrp8KRqriwUi4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a9a9e08

Please sign in to comment.