folio: 24.14 -> 25.01

This commit is contained in:
R. Ryantm
2025-02-05 01:07:46 +00:00
parent ab36ef17c8
commit fb323c9ef8
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "folio";
version = "24.14";
version = "25.01";
src = fetchFromGitHub {
owner = "toolstack";
repo = "Folio";
tag = version;
hash = "sha256-A0vUM6oIchpC/1NEjPmZkT2/f/CmEWmPsMHQrGkDKXQ=";
hash = "sha256-EfZMHoF6xyRaxrLDLkBb07fvUxSQFDFViQJ2y68YhZg=";
};
nativeBuildInputs = [