simplescreenrecorder: 0.3.6 -> 0.3.8

This commit is contained in:
Bart Brouns 2017-03-03 16:52:16 +01:00 committed by Graham Christensen
parent b4f5bce607
commit 633cd69453
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "simplescreenrecorder-${version}";
version = "0.3.6";
version = "0.3.8";
src = fetchurl {
url = "https://github.com/MaartenBaert/ssr/archive/${version}.tar.gz";
sha256 = "1d89ncspjd8c4mckf0nb6y3hrxpv4rjpbj868pznhvfmdgr5nvql";
sha256 = "0v8w35n8w772s08w7k0icynqdsdakbrcanbgx6j847bfqfsg21gg";
};
patches = [ ./fix-paths.patch ];