mkp224o: 1.5.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2022-07-29 00:25:17 +00:00
parent 88fdc5544e
commit abdae9d60e

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mkp224o";
version = "1.5.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "cathugger";
repo = "mkp224o";
rev = "v${version}";
sha256 = "0b2cn96wg4l8jkkqqp8l2295xlmm2jc8nrw6rdqb5g0zkpfmrxbb";
sha256 = "sha256-+TJ137DmgaFZX+/N6VwXJwfVCoTWtC8NqfXfYJC8UHo=";
};
buildCommand =