folio: 24.11 -> 24.12

This commit is contained in:
R. Ryantm 2024-10-22 08:49:12 +00:00
parent ec360c3ee0
commit 89dd2bc0f4

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "folio";
version = "24.11";
version = "24.12";
src = fetchFromGitHub {
owner = "toolstack";
repo = "Folio";
rev = version;
hash = "sha256-55zNxZbta12T/N6ruzY+/FVlinVMYcE02C48nTQUeO4=";
hash = "sha256-0Aq8R+5k5LCmciRHauTvxuJWCyN3FN4sP9aEPNlMn+k=";
};
nativeBuildInputs = [