about summary refs log tree commit diff
path: root/pkgs/applications/video/simplescreenrecorder
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-01-22 11:59:50 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2015-01-22 12:05:41 +0100
commitb23fc6c8114a4a116210aa21d9974c1baba63407 (patch)
tree5933d7f0ba62d52fad186ecd1f77beb57b9c551b /pkgs/applications/video/simplescreenrecorder
parent65d1c7f1a192c63f5e0e68e2663633ce840f3df8 (diff)
simplescreenrecorder: update from 0.3.2 to 0.3.3
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 5822390604c1f..7320a7f6d74d9 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.2";
+  version = "0.3.3";
 
   src = fetchurl {
     url = "https://github.com/MaartenBaert/ssr/archive/${version}.tar.gz";
-    sha256 = "0g226n09h0m3n36ahfmvm70szwvn8345zywb1f05l1nab6mx6wj3";
+    sha256 = "09mcmvqbzq2blv404pklv6fc8ci3a9090p42rdsgmlr775bdyxfb";
   };
 
   buildInputs = [