mkp224o: 1.6.1 -> 1.7.0

This commit is contained in:
R. Ryantm 2024-01-22 04:19:35 +00:00
parent 0fbb6483cf
commit 2848921fe5

View file

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