free42: 3.0 -> 3.0.1

This commit is contained in:
R. RyanTM 2021-03-11 13:25:58 +00:00
parent fea3cb98e1
commit be3ed6d038

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "free42";
version = "3.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
sha256 = "jzNopLndYH9dIdm30pyDaZNksHwS4i5LTZUXRmcrTp8=";
sha256 = "sha256-Htk2NHgYVL622URx67BUtounAUopLTahaSqfAqd3+ZI=";
};
nativeBuildInputs = [ pkg-config ];