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

free42: 3.0.6 -> 3.0.7
This commit is contained in:
Anderson Torres 2021-12-11 14:03:27 -03:00 committed by GitHub
commit 35571f49b9
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.6";
version = "3.0.7";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PIHokB7GlGtx1A0IqFX9+HA/Vab1CDpVS/qhk/y8Nzk=";
sha256 = "sha256-wGzZRp+7KBV/sxm08XCkCDx+A8nR9To5MCmcdWdlttM=";
};
nativeBuildInputs = [ copyDesktopItems pkg-config ];