lgogdownloader: 3.14 -> 3.15

This commit is contained in:
R. Ryantm 2024-08-23 17:14:12 +00:00
parent 5b36ae93b0
commit 2f33e99955

View File

@ -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 = [