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

free42: 3.0.16 -> 3.0.17
This commit is contained in:
Anderson Torres 2022-12-24 06:30:51 -03:00 committed by GitHub
commit 97a18863d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [