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

pipectl: 0.4.2 -> 0.5.0
This commit is contained in:
Weijia Wang 2024-07-02 23:17:40 +02:00 committed by GitHub
commit 4c96e53090
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.2";
version = "0.5.0";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = pname;
rev = "v${version}";
hash = "sha256-Ixch5iyeIjx+hSvln8L0N8pXG7ordpsFVroqZPUzAG0=";
hash = "sha256-uBKHGR4kv62EMOIT/K+WbvFtdJ0V5IbsxjwQvhUu9f8=";
};
nativeBuildInputs = [ cmake scdoc ];