mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
biblatex-check: 2019-11-09 -> 1.0.1 (#157597)
This commit is contained in:
parent
7c641c7a5d
commit
9994b33f0e
@ -1,14 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, python3 }:
|
{ lib, stdenv, fetchFromGitHub, python3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "biblatex-check";
|
pname = "biblatex-check";
|
||||||
version = "2019-11-09";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Pezmc";
|
owner = "Pezmc";
|
||||||
repo = "BibLatex-Check";
|
repo = "BibLatex-Check";
|
||||||
rev = "2db50bf94d1480f37edf1b3619e73baf4ef85938";
|
rev = "v${version}";
|
||||||
sha256 = "1bq0yqckhssazwkivipdjmn1jpsf301i4ppyl88qhc5igx39wg25";
|
sha256 = "sha256-Pe6Ume7vH8WJG2EqOw31g3VYilfFsDBmNHtHcUXxqf0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python3 ];
|
buildInputs = [ python3 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user