biblioteca: 1.5 -> 1.6

Diff: https://github.com/workbenchdev/Biblioteca/compare/v1.5...v1.6
This commit is contained in:
Seth Flynn 2025-05-28 20:30:04 +00:00
parent 96ec055edb
commit 623607b5aa
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -24,14 +24,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "biblioteca";
version = "1.5";
version = "1.6";
src = fetchFromGitHub {
owner = "workbenchdev";
repo = "Biblioteca";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-zrrI3u4ukGN6eb/eK/aZG4gi/xtXciyRS+JX9Js9KEw=";
hash = "sha256-9AL8obvXB/bgqhTw8VE30OytNFQmxvJ6TYGN8ir+NfI=";
};
patches = [