Merge pull request #40951 from r-ryantm/auto-update/simplescreenrecorder

simplescreenrecorder: 0.3.10 -> 0.3.11
This commit is contained in:
Yegor Timoshenko 2018-05-23 12:26:06 +03:00 committed by GitHub
commit 8377b6e22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "simplescreenrecorder-${version}";
version = "0.3.10";
version = "0.3.11";
src = fetchurl {
url = "https://github.com/MaartenBaert/ssr/archive/${version}.tar.gz";
sha256 = "02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g";
sha256 = "0l6irdadqpajvv0dj3ngs1231n559l0y1pykhs2h7526qm4w7xal";
};
cmakeFlags = [ "-DWITH_QT5=TRUE" ];