summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-12-24 06:30:51 -0300
committerGitHub <noreply@github.com>2022-12-24 06:30:51 -0300
commit97a18863d571730a90d54465674963ecf8e0b297 (patch)
treeb3d7e4fbc659b69a0da8ea6edf7884d0995a8b04
parenta8feba26b4251d7e7b170d46188a80f597b84583 (diff)
parented7eca5e43e47c968f054c970f204a07d295db9d (diff)
Merge pull request #207523 from r-ryantm/auto-update/free42
free42: 3.0.16 -> 3.0.17
-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 f1df7445fbe0..71145c6809f6 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.16";
+ version = "3.0.17";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
- hash = "sha256-hL4Ytu9zf8x+H/TuvJ3m0E3d8gMZFIDogWEYlaOap+g=";
+ hash = "sha256-3G2vRPupZtZKF1VazNQGa1AplqFzhI5M+olyeJ26kXo=";
};
nativeBuildInputs = [