about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-11-03 22:34:11 -0300
committerGitHub <noreply@github.com>2022-11-03 22:34:11 -0300
commitc89b82b451d88e1aa2b5e018dd3cc7d02b6b3224 (patch)
tree4452425684b063c8ab209de989ee0a5e2665e626 /pkgs/applications
parent32fe0d14d66fe91c62a3329312baa9139b9ae062 (diff)
parent3d98436fd38976a9c2123bf1007c021f4338ecfd (diff)
Merge pull request #198768 from r-ryantm/auto-update/free42
free42: 3.0.15 -> 3.0.16
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/free42/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/free42/default.nix b/pkgs/applications/misc/free42/default.nix
index 0d01122e6a5ff..f1df7445fbe0a 100644
--- a/pkgs/applications/misc/free42/default.nix
+++ b/pkgs/applications/misc/free42/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "free42";
-  version = "3.0.15";
+  version = "3.0.16";
 
   src = fetchFromGitHub {
     owner = "thomasokken";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-QeUopHBW3KZGkYklOJIjlNCQG+aab2vwbIsVBfQ07R4=";
+    hash = "sha256-hL4Ytu9zf8x+H/TuvJ3m0E3d8gMZFIDogWEYlaOap+g=";
   };
 
   nativeBuildInputs = [