free42: 3.0.16 -> 3.0.17

This commit is contained in:
R. Ryantm 2022-12-24 06:06:22 +00:00
parent b10a520017
commit ed7eca5e43

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "free42";
version = "3.0.16";
version = "3.0.17";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
hash = "sha256-hL4Ytu9zf8x+H/TuvJ3m0E3d8gMZFIDogWEYlaOap+g=";
hash = "sha256-3G2vRPupZtZKF1VazNQGa1AplqFzhI5M+olyeJ26kXo=";
};
nativeBuildInputs = [