pipecontrol: 0.2.4 -> 0.2.8

This commit is contained in:
R. Ryantm 2022-12-26 03:01:13 +00:00
parent c2e1d345cb
commit 9c503f7254

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pipecontrol"; pname = "pipecontrol";
version = "0.2.4"; version = "0.2.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "portaloffreedom"; owner = "portaloffreedom";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-F3faJMkvjAY6A5ieNpAxjk6BHPb6uCvYYfwrI9/Iskg="; sha256 = "sha256-x33L/oLgJFiHp19FzinVuGT9k73wOhdSaTTemq52ZVg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [