tootle: 0.1.5 -> 0.2.0

https://github.com/bleakgrey/tootle/releases/tag/0.2.0
This commit is contained in:
Will Dietz 2018-11-02 21:00:40 -05:00 committed by Will Dietz
parent 4b095c6c05
commit e9d31c85a4

View File

@ -7,7 +7,7 @@
let let
pname = "tootle"; pname = "tootle";
version = "0.1.5"; version = "0.2.0";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
owner = "bleakgrey"; owner = "bleakgrey";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "022h1rh1jk3m1f9al0s1rylmnqnkydyc81idfc8jf1g0frnvn5i6"; sha256 = "1z3wyx316nns6gi7vlvcfmalhvxncmvcmmlgclbv6b6hwl5x2ysi";
}; };
nativeBuildInputs = [ meson ninja pkgconfig python3 vala gobjectIntrospection wrapGAppsHook ]; nativeBuildInputs = [ meson ninja pkgconfig python3 vala gobjectIntrospection wrapGAppsHook ];