alpaca: 1.1.1 -> 2.0.3
This commit is contained in:
parent
f7bfe794a7
commit
79286fd9a4
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "alpaca";
|
pname = "alpaca";
|
||||||
version = "1.1.1";
|
version = "2.0.3";
|
||||||
pyproject = false; # Built with meson
|
pyproject = false; # Built with meson
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Jeffser";
|
owner = "Jeffser";
|
||||||
repo = "Alpaca";
|
repo = "Alpaca";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-FFMclm+IUEU4cQZ0+uJHDCHytgW8+fygooWw3Nc1jxM=";
|
hash = "sha256-CXrnPhNu/doz145rvonuBXoJQolz7qgMdn5KgVio6J4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user