libmesode: 0.9.1 -> 0.9.2 (#47767)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmesode/versions
This commit is contained in:
R. RyanTM 2018-10-12 13:55:20 -07:00 committed by xeji
parent 0eb3b93e1a
commit adeb9fade6

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libmesode-${version}"; name = "libmesode-${version}";
version = "0.9.1"; version = "0.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "boothj5"; owner = "boothj5";
repo = "libmesode"; repo = "libmesode";
rev = version; rev = version;
sha256 = "1zb1x422zkpnxrz9d2b7pmi8ms60lbw49yh78mydqfypsmj2iyfh"; sha256 = "06f5nfaypvxrbsinxa1k2vrxrs7kqmg38g4wwwk5d63hpn1pj8ak";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];