about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2015-01-08 14:59:48 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2015-01-08 14:59:48 +0100
commit9a5da8168d0bb1cf64fb56f74a173cd135eaa9d6 (patch)
treef8e26783eabf34cb394be207dc0240df1d478f46 /pkgs/applications/video
parent908c47b281f1fcf862a8322538d7748b46308b83 (diff)
downloadnixlib-9a5da8168d0bb1cf64fb56f74a173cd135eaa9d6.tar
nixlib-9a5da8168d0bb1cf64fb56f74a173cd135eaa9d6.tar.gz
nixlib-9a5da8168d0bb1cf64fb56f74a173cd135eaa9d6.tar.bz2
nixlib-9a5da8168d0bb1cf64fb56f74a173cd135eaa9d6.tar.lz
nixlib-9a5da8168d0bb1cf64fb56f74a173cd135eaa9d6.tar.xz
nixlib-9a5da8168d0bb1cf64fb56f74a173cd135eaa9d6.tar.zst
nixlib-9a5da8168d0bb1cf64fb56f74a173cd135eaa9d6.zip
SimpleScreenRecorder: 0.3.1 -> 0.3.2
Diffstat (limited to 'pkgs/applications/video')
-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 eaa903d36980..5822390604c1 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.1";
+  version = "0.3.2";
 
   src = fetchurl {
     url = "https://github.com/MaartenBaert/ssr/archive/${version}.tar.gz";
-    sha256 = "00ra4isl4yf5l6q1cp97ss46jck1iayv1d23iz4885yzxknvhhjn";
+    sha256 = "0g226n09h0m3n36ahfmvm70szwvn8345zywb1f05l1nab6mx6wj3";
   };
 
   buildInputs = [