free42: 3.0.4 -> 3.0.5

This commit is contained in:
R. RyanTM
2021-07-04 16:00:27 +00:00
parent 4849dec4e9
commit 8f2113f0c7
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "free42";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZoW5gBAUp/5U8Is3Nhx+SHY4d0F3PGOS1/WOokKRnCU=";
sha256 = "sha256-ytRPIBE8KcuM+pyfdKt/b+Vi03x8nowdgZjSt8EddSc=";
};
nativeBuildInputs = [ copyDesktopItems pkg-config ];