browsr: 1.16.0 -> 1.17.1
Diff: https://github.com/juftin/browsr/compare/v1.16.0...v1.17.1 Changelog: https://github.com/juftin/browsr/releases/tag/v1.17.1
This commit is contained in:
parent
4fe863a485
commit
6e32cd6c28
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.16.0";
|
version = "1.17.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "juftin";
|
owner = "juftin";
|
||||||
repo = "browsr";
|
repo = "browsr";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Tb/7ek5aKFxv8g4jAmj9nQ909LiHqrAXJoeC9o6fwFM=";
|
hash = "sha256-FExDKugFP94C3zMnR1V4QDPWeM2OtRH2ei0LNs3h06c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue