Merge pull request #169246 from r-ryantm/auto-update/bada-bib
bada-bib: 0.6.1 -> 0.6.2
This commit is contained in:
commit
f05a748058
1 changed files with 3 additions and 3 deletions
|
@ -17,15 +17,15 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "bada-bib";
|
pname = "bada-bib";
|
||||||
version = "0.6.1";
|
version = "0.6.2";
|
||||||
format = "other";
|
format = "other";
|
||||||
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
|
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RogerCrocker";
|
owner = "RogerCrocker";
|
||||||
repo = "BadaBib";
|
repo = "BadaBib";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-fuGGKBScdo9rI3tLSBWIcWEME8nSuct0IUyfmI7PzCc=";
|
sha256 = "sha256-3dXtBwqEqiXLjntmqLYeuwLv0RDb774+yOXc7vdf8+Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue