pipectl: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-03-03 04:04:27 +00:00
parent af9110471a
commit 71ebc84558

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "pipectl";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = pname;
rev = "v${version}";
hash = "sha256-dWRem9VHzMwVo+ahUagZB2r4Ag8PyBef5X41vVpZcAc=";
hash = "sha256-Ixch5iyeIjx+hSvln8L0N8pXG7ordpsFVroqZPUzAG0=";
};
nativeBuildInputs = [ cmake scdoc ];