diff options
author | R. Ryantm | 2022-08-16 12:18:00 +0000 |
---|---|---|
committer | R. Ryantm | 2022-08-16 12:18:00 +0000 |
commit | bcbfdd3e0b680c3444c00d56243be6bef4624abb (patch) | |
tree | fd43cdaaac44348546720d6c86714f80d5c81b04 /pkgs/applications/misc | |
parent | 3568649e27d0134f39119b7fd87330c7cacbfcd4 (diff) |
free42: 3.0.13 -> 3.0.14
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r-- | pkgs/applications/misc/free42/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/free42/default.nix b/pkgs/applications/misc/free42/default.nix index 08af45be5d48..9f1b6f73a1a8 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.13"; + version = "3.0.14"; src = fetchFromGitHub { owner = "thomasokken"; repo = pname; rev = "v${version}"; - hash = "sha256-0CFDkGUV9dihshYbjc0JL0axBcW499mt13xxdfO31vg="; + hash = "sha256-Jx+MLItr+rIGfzJdQku1pRXaIldfrpG3vfOhjebSIZA="; }; nativeBuildInputs = [ |