Merge pull request #292949 from r-ryantm/auto-update/pipectl

pipectl: 0.4.1 -> 0.4.2
This commit is contained in:
Nick Cao 2024-03-04 10:27:28 -05:00 committed by GitHub
commit 3350caa930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];