foliate: 3.1.0 -> 3.1.1

This commit is contained in:
John Titor 2024-04-05 14:06:20 +05:30
parent 8d7d299d8c
commit c374c1d8d3
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "foliate";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "johnfactotum";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6cymAqQxHHoTgzEyUKXC7zV/lUEJfIG+54+tLsc9iHo=";
hash = "sha256-uKxybt8ZZuk2tWSJLKC7Tgw78EfMMgI99VExfgOdHwA=";
fetchSubmodules = true;
};