nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

lgogdownloader: 3.10 -> 3.11

0x4A6F 3bd8fc00 9a6aabc4

+2 -2
+2 -2
pkgs/games/lgogdownloader/default.nix
··· 22 22 23 23 stdenv.mkDerivation rec { 24 24 pname = "lgogdownloader"; 25 - version = "3.10"; 25 + version = "3.11"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "Sude-"; 29 29 repo = "lgogdownloader"; 30 30 rev = "v${version}"; 31 - hash = "sha256-rS0RQLX/jGbIitQv7IWPkq8kIo6x7S2ZyHVWW2GJNdA="; 31 + hash = "sha256-zSAtQPgniI4hwhqiknP4zQAH6dhEmoAC1iF577ahnFU="; 32 32 }; 33 33 34 34 nativeBuildInputs = [