Merge pull request #155512 from mkg20001/pipect

This commit is contained in:
Maciej Krüger 2022-01-19 13:13:23 +01:00 committed by GitHub
commit 97743c2bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pipectl";
version = "0.2.2";
version = "0.3.0";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = pname;
rev = "v${version}";
hash = "sha256-wa/SKKNXkl8XxE7XORodoAlrMc2QNGXGPE+/yya209Y=";
hash = "sha256-+o5hIDtDAh4r+AKCUhueQ3GBYf2sZtMATGX73Qg+tbo=";
};
nativeBuildInputs = [ cmake ];