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

folio: 24.07 -> 24.08
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-22 11:11:37 +00:00 committed by GitHub
commit ba1061b5ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [