simplescreenrecorder: update from 0.3.2 to 0.3.3

This commit is contained in:
Cillian de Róiste 2015-01-22 11:59:50 +01:00 committed by Cillian de Róiste
parent 65d1c7f1a1
commit b23fc6c811

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "simplescreenrecorder-${version}";
version = "0.3.2";
version = "0.3.3";
src = fetchurl {
url = "https://github.com/MaartenBaert/ssr/archive/${version}.tar.gz";
sha256 = "0g226n09h0m3n36ahfmvm70szwvn8345zywb1f05l1nab6mx6wj3";
sha256 = "09mcmvqbzq2blv404pklv6fc8ci3a9090p42rdsgmlr775bdyxfb";
};
buildInputs = [