folio: 24.07 -> 24.08

This commit is contained in:
R. Ryantm 2024-03-22 01:26:14 +00:00
parent e52b38ae97
commit d85ecf257c
1 changed files with 2 additions and 2 deletions

View File

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