lol
0
fork

Configure Feed

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

gphoto2: 2.5.28 -> 2.5.32

R. Ryantm 59e129f5 af7f652b

+2 -2
+2 -2
pkgs/applications/misc/gphoto2/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "gphoto2"; 18 - version = "2.5.28"; 18 + version = "2.5.32"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "gphoto"; 22 22 repo = "gphoto2"; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-t5EnM4WaDbOTPM+rJW+hQxBgNErnnZEN9lZvxTKoDhA="; 24 + sha256 = "sha256-9Tn6CBxZpzPnlyiBYdpQGViT3NEcup6AXT7Z0DqI/vA="; 25 25 }; 26 26 27 27 nativeBuildInputs = [