lol

anilibria-winmaclinux: 2.2.28 -> 2.2.29 (#428859)

authored by

Weijia Wang and committed by
GitHub
54f74c1d d0a28c1e

+2 -2
+2 -2
pkgs/applications/video/anilibria-winmaclinux/default.nix
··· 21 21 22 22 mkDerivation rec { 23 23 pname = "anilibria-winmaclinux"; 24 - version = "2.2.28"; 24 + version = "2.2.29"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "anilibria"; 28 28 repo = "anilibria-winmaclinux"; 29 29 rev = version; 30 - hash = "sha256-dBeIFmlhxfb7wT3zAK7ALYOqs0dFv2xg+455tCqjyEo="; 30 + hash = "sha256-R/EP4AmKKUe2osycToeMAFQHsdL16vCRalzPh+kPZ2A="; 31 31 }; 32 32 33 33 sourceRoot = "${src.name}/src";