folio: 24.08 -> 24.09

This commit is contained in:
R. Ryantm 2024-03-28 07:10:34 +00:00
parent e0188a425e
commit ecbfa6aadc
1 changed files with 2 additions and 2 deletions

View File

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