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

View File

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