Merge pull request #255326 from figsoda/browsr
browsr: 1.15.0 -> 1.16.0
This commit is contained in:
commit
be81e7ba68
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "browsr";
|
pname = "browsr";
|
||||||
version = "1.15.0";
|
version = "1.16.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "juftin";
|
owner = "juftin";
|
||||||
repo = "browsr";
|
repo = "browsr";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-v3DNk0wNG/TISP609YsVfgOFcr+ZOtdOXrm4j81dtLE=";
|
hash = "sha256-Tb/7ek5aKFxv8g4jAmj9nQ909LiHqrAXJoeC9o6fwFM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue