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

free42: 3.0.9 -> 3.0.13
This commit is contained in:
Anderson Torres 2022-07-30 16:15:01 -03:00 committed by GitHub
commit 582dfc0c2a
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.9";
version = "3.0.13";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
hash = "sha256-ZSwqgHsfe9apyYZ1fkvDMnQxdNb9E8U1l9jvC9t693w=";
hash = "sha256-0CFDkGUV9dihshYbjc0JL0axBcW499mt13xxdfO31vg=";
};
nativeBuildInputs = [