elisa: 0.1 -> 0.1.80

This commit is contained in:
worldofpeace 2018-06-14 23:34:31 -04:00 committed by GitHub
parent 63d364483c
commit 3b31290946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
mkDerivation rec {
name = "elisa-${version}";
version = "0.1";
version = "0.1.80";
src = fetchFromGitHub {
owner = "KDE";
repo = "elisa";
rev = version;
sha256 = "13i0fkpwrskric3gfalh7mcpp4l2knwnq7jpq391lgh6krq04r4w";
sha256 = "1kyvdxbsfi692zazw8vjy6mwyy0sa4r1cim8gsiv9pphfh5bpxb1";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];