free42: 3.0.6 -> 3.0.7

This commit is contained in:
R. Ryantm 2021-12-10 21:05:32 +00:00
parent 9f329731b5
commit 1066d9b557

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 ];