mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
mkp224o: 1.6.1 -> 1.7.0
This commit is contained in:
parent
0fbb6483cf
commit
2848921fe5
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mkp224o";
|
pname = "mkp224o";
|
||||||
version = "1.6.1";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cathugger";
|
owner = "cathugger";
|
||||||
repo = "mkp224o";
|
repo = "mkp224o";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-+TJ137DmgaFZX+/N6VwXJwfVCoTWtC8NqfXfYJC8UHo=";
|
sha256 = "sha256-OL3xhoxIS1OqfVp0QboENFdNH/e1Aq1R/MFFM9LNFbQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand =
|
buildCommand =
|
||||||
|
Loading…
Reference in New Issue
Block a user