anilibria-winmaclinux: 1.2.16.2 -> 1.2.17

+2 -2
+2 -2
pkgs/applications/video/anilibria-winmaclinux/default.nix
··· 18 18 19 19 mkDerivation rec { 20 20 pname = "anilibria-winmaclinux"; 21 - version = "1.2.16.2"; 21 + version = "1.2.17"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "anilibria"; 25 25 repo = "anilibria-winmaclinux"; 26 26 rev = version; 27 - hash = "sha256-IgNYJSadGemjclh7rtY8dHz7uSfBHoWEyLlRoZ+st6k="; 27 + hash = "sha256-Ij4F5UCt1YOB4MLTlUTAiTt2zN4TkJuf5v6sWb9pJ6k="; 28 28 }; 29 29 30 30 sourceRoot = "${src.name}/src";