mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03: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 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "biblatex-check";
|
||||
version = "2019-11-09";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Pezmc";
|
||||
repo = "BibLatex-Check";
|
||||
rev = "2db50bf94d1480f37edf1b3619e73baf4ef85938";
|
||||
sha256 = "1bq0yqckhssazwkivipdjmn1jpsf301i4ppyl88qhc5igx39wg25";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Pe6Ume7vH8WJG2EqOw31g3VYilfFsDBmNHtHcUXxqf0=";
|
||||
};
|
||||
|
||||
buildInputs = [ python3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user