Merge pull request #187040 from NixOS/backport-186949-to-release-22.05

[Backport release-22.05] free42: 3.0.13 -> 3.0.14
This commit is contained in:
Anderson Torres
2022-08-17 00:33:50 -03:00
committed by GitHub

View File

@@ -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 = [