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

folio: 24.10 -> 24.11
This commit is contained in:
Nick Cao 2024-07-05 15:55:09 -04:00 committed by GitHub
commit 3120968bee
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.10";
version = "24.11";
src = fetchFromGitHub {
owner = "toolstack";
repo = "Folio";
rev = version;
hash = "sha256-v9YtMFVjRtsf+dijAM5mULx15sOn0u3b/fmRiOAtawc=";
hash = "sha256-55zNxZbta12T/N6ruzY+/FVlinVMYcE02C48nTQUeO4=";
};
nativeBuildInputs = [