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

free42: 3.0.14 -> 3.0.15
This commit is contained in:
Anderson Torres
2022-10-12 14:38:37 -03:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "free42";
version = "3.0.14";
version = "3.0.15";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
hash = "sha256-Jx+MLItr+rIGfzJdQku1pRXaIldfrpG3vfOhjebSIZA=";
hash = "sha256-QeUopHBW3KZGkYklOJIjlNCQG+aab2vwbIsVBfQ07R4=";
};
nativeBuildInputs = [