lol

huggle: 3.4.12 -> 3.4.13 (#354172)

authored by

Nick Cao and committed by
GitHub
61af34b8 60a55c4a

+2 -2
+2 -2
pkgs/applications/misc/huggle/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "huggle"; 16 - version = "3.4.12"; 16 + version = "3.4.13"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "huggle"; 20 20 repo = "huggle3-qt-lx"; 21 21 rev = version; 22 - sha256 = "scNGmMVZ6z9FTQuZCdwRYk0WP5qKfdb/M9Co8TbiMDE="; 22 + sha256 = "sha256-f7Oo6x262Ju9KY8f/xjm9gL6I1fRCaDsQWGWJMUNUfY="; 23 23 fetchSubmodules = true; 24 24 }; 25 25