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

free42: 3.1.5 -> 3.1.8
This commit is contained in:
Weijia Wang 2024-05-11 19:01:12 +02:00 committed by GitHub
commit 2ba645d39d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "free42";
version = "3.1.5";
version = "3.1.8";
src = fetchFromGitHub {
owner = "thomasokken";
repo = "free42";
rev = "v${finalAttrs.version}";
hash = "sha256-YFTmEyOd/r8Pbj+PzD+VYkkB0gqDJ4wteLBTdwa1qcE=";
hash = "sha256-z1HlI2e3mCRJ/sWMdsLF7IpcvTh+Zlrk77M8gaJXMzQ=";
};
nativeBuildInputs = [