Merge pull request #301713 from r-ryantm/auto-update/folio

folio: 24.09 -> 24.10
This commit is contained in:
Aleksana 2024-04-05 11:57:40 +08:00 committed by GitHub
commit 26cbde4122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "folio";
version = "24.09";
version = "24.10";
src = fetchFromGitHub {
owner = "toolstack";
repo = "Folio";
rev = version;
hash = "sha256-D9jjoOVDJa90tpb8AW93xLyXW/meyMp1pCYK52DsJN0=";
hash = "sha256-v9YtMFVjRtsf+dijAM5mULx15sOn0u3b/fmRiOAtawc=";
};
nativeBuildInputs = [