hotspot: 1.2.0 -> 1.3.0
This commit is contained in:
parent
14b70e8fc8
commit
678e9184ef
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue