Merge pull request #97084 from bbigras/hotspot

hotspot: 1.2.0 -> 1.3.0
This commit is contained in:
Niklas Hambüchen
2020-09-04 15:41:40 +02:00
committed by GitHub
@@ -17,13 +17,13 @@
mkDerivation rec {
pname = "hotspot";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "KDAB";
repo = "hotspot";
rev = "v${version}";
sha256 = "05rkzrvak93z8mzcpm4mcjxb933l8pjsxr9a595wfn1gn2ihmada";
sha256 = "1f68bssh3p387hkavfjkqcf7qf7w5caznmjfjldicxphap4riqr5";
fetchSubmodules = true;
};