free42: 3.0.20 -> 3.0.21

This commit is contained in:
R. Ryantm 2023-08-23 08:03:42 +00:00 committed by Anderson Torres
parent 06b79e335a
commit 6b47fb7faf

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "free42";
version = "3.0.20";
version = "3.0.21";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
hash = "sha256-Dqrys7bAkSnpbOF0D17RDYi7q47ExlM75d5OOAnHCVU=";
hash = "sha256-zRO0buYfKtybUisWZJRkvLJVLJYZwLcDnT04rnQWy+s=";
};
nativeBuildInputs = [