thiefmd: 0.2.4 -> 0.2.5-stability

This commit is contained in:
P. R. d. O 2022-05-09 08:20:53 -06:00 committed by Jonathan Ringer
parent 5dc982e272
commit bff1539d63

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "thiefmd";
version = "0.2.4";
version = "0.2.5-stability";
src = fetchFromGitHub {
owner = "kmwallio";
repo = "ThiefMD";
rev = "v${version}-easypdf";
sha256 = "sha256-YN17o6GtpulxhXs+XYZLY36g9S8ggR6URNLrjs5PEoI=";
rev = "v${version}";
sha256 = "sha256-cUZ7NVGe4e9ZISo9gjWFuDNCyF3rsQtrDX+ureyqtwM=";
fetchSubmodules = true;
};