Skip to content

Commit

Permalink
lgogdownloader: 3.14 -> 3.15
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f33e99)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Sep 27, 2024
1 parent 9e7360e commit d39407c
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 d39407c

Please sign in to comment.