summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-15 07:49:53 -0700
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-23 21:07:51 -0500
commit507f095f06fc47442ed083ce0a6e0daf0bd964f5 (patch)
treeff945fdb2aae2e4437d0c24a7d21d5e5d8276b45 /pkgs/applications/video
parentdb68a3f47d9bc46bbe10d75da4d0d824847e60c4 (diff)
downloadnixlib-507f095f06fc47442ed083ce0a6e0daf0bd964f5.tar
nixlib-507f095f06fc47442ed083ce0a6e0daf0bd964f5.tar.gz
nixlib-507f095f06fc47442ed083ce0a6e0daf0bd964f5.tar.bz2
nixlib-507f095f06fc47442ed083ce0a6e0daf0bd964f5.tar.lz
nixlib-507f095f06fc47442ed083ce0a6e0daf0bd964f5.tar.xz
nixlib-507f095f06fc47442ed083ce0a6e0daf0bd964f5.tar.zst
nixlib-507f095f06fc47442ed083ce0a6e0daf0bd964f5.zip
simplescreenrecorder: 0.3.9 -> 0.3.10
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/wvyzwhxb1c1l0ia3kc1idh2r8ydhfql9-simplescreenrecorder-0.3.10/bin/ssr-glinject --help` got 0 exit code
- ran `/nix/store/wvyzwhxb1c1l0ia3kc1idh2r8ydhfql9-simplescreenrecorder-0.3.10/bin/ssr-glinject help` got 0 exit code
- ran `/nix/store/wvyzwhxb1c1l0ia3kc1idh2r8ydhfql9-simplescreenrecorder-0.3.10/bin/ssr-glinject help` and found version 0.3.10
- found 0.3.10 with grep in /nix/store/wvyzwhxb1c1l0ia3kc1idh2r8ydhfql9-simplescreenrecorder-0.3.10
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 5b9ae0119039..0ae9de046801 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.9";
+  version = "0.3.10";
 
   src = fetchurl {
     url = "https://github.com/MaartenBaert/ssr/archive/${version}.tar.gz";
-    sha256 = "1gnf9wbiq2fcbqcn1a5nfmp8r0nxrrlgh2wly2mfkkwymynhx0pk";
+    sha256 = "02rl9yyx3hlz9fqvgzv7ipmvx2qahj7ws5wx2m7zs3lssq3qag3g";
   };
 
   patches = [ ./fix-paths.patch ];