biblatex-check: 2019-11-09 -> 1.0.1 (#157597)

This commit is contained in:
Will Dietz 2022-03-22 23:49:23 -05:00 committed by GitHub
parent 7c641c7a5d
commit 9994b33f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];