Merge pull request #198768 from r-ryantm/auto-update/free42

free42: 3.0.15 -> 3.0.16
This commit is contained in:
Anderson Torres 2022-11-03 22:34:11 -03:00 committed by GitHub
commit c89b82b451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "free42";
version = "3.0.15";
version = "3.0.16";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
hash = "sha256-QeUopHBW3KZGkYklOJIjlNCQG+aab2vwbIsVBfQ07R4=";
hash = "sha256-hL4Ytu9zf8x+H/TuvJ3m0E3d8gMZFIDogWEYlaOap+g=";
};
nativeBuildInputs = [