hotspot: 1.2.0 -> 1.3.0

This commit is contained in:
Bruno Bigras 2020-09-04 02:13:30 -04:00
parent 14b70e8fc8
commit 678e9184ef

View file

@ -17,13 +17,13 @@
mkDerivation rec { mkDerivation rec {
pname = "hotspot"; pname = "hotspot";
version = "1.2.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "KDAB"; owner = "KDAB";
repo = "hotspot"; repo = "hotspot";
rev = "v${version}"; rev = "v${version}";
sha256 = "05rkzrvak93z8mzcpm4mcjxb933l8pjsxr9a595wfn1gn2ihmada"; sha256 = "1f68bssh3p387hkavfjkqcf7qf7w5caznmjfjldicxphap4riqr5";
fetchSubmodules = true; fetchSubmodules = true;
}; };