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