about summary refs log tree commit diff
path: root/pkgs/applications/video/simplescreenrecorder
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-01-27 00:16:14 +0100
committerPeter Simons <simons@cryp.to>2016-01-27 00:23:27 +0100
commited8b81e0df72978e0cbc09723895f9080c757239 (patch)
treef60e67669993fa78d9fd9e875a0c028ed8831bed /pkgs/applications/video/simplescreenrecorder
parent5bbf10409ee2d2a5a8304e440067da6ad7e0277c (diff)
simplescreenrecorder: update to version 0.3.6
Diffstat (limited to 'pkgs/applications/video/simplescreenrecorder')
-rw-r--r--pkgs/applications/video/simplescreenrecorder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/simplescreenrecorder/default.nix b/pkgs/applications/video/simplescreenrecorder/default.nix
index 8560b83d5fa6c..a5fb122cf897a 100644
--- a/pkgs/applications/video/simplescreenrecorder/default.nix
+++ b/pkgs/applications/video/simplescreenrecorder/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   name = "simplescreenrecorder-${version}";
-  version = "0.3.3";
+  version = "0.3.6";
 
   src = fetchurl {
     url = "https://github.com/MaartenBaert/ssr/archive/${version}.tar.gz";
-    sha256 = "09mcmvqbzq2blv404pklv6fc8ci3a9090p42rdsgmlr775bdyxfb";
+    sha256 = "1d89ncspjd8c4mckf0nb6y3hrxpv4rjpbj868pznhvfmdgr5nvql";
   };
 
   buildInputs = [