about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-12-11 14:03:27 -0300
committerGitHub <noreply@github.com>2021-12-11 14:03:27 -0300
commit35571f49b97d55ed14d4ce032fd6f7989c82bd82 (patch)
treea3c00e86aa38cb91a0d4747f59a6ace9bc5ed5d3
parent910d3aea722896c50b77ed1fae479312e49e5ede (diff)
parent1066d9b557abf85cf58ed528f5a7de992a77533d (diff)
Merge pull request #150144 from r-ryantm/auto-update/free42
free42: 3.0.6 -> 3.0.7
-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 0aae4ab3baf7e..47facd867bc77 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.6";
+  version = "3.0.7";
 
   src = fetchFromGitHub {
     owner = "thomasokken";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-PIHokB7GlGtx1A0IqFX9+HA/Vab1CDpVS/qhk/y8Nzk=";
+    sha256 = "sha256-wGzZRp+7KBV/sxm08XCkCDx+A8nR9To5MCmcdWdlttM=";
   };
 
   nativeBuildInputs = [ copyDesktopItems pkg-config ];