forked from mirrors/nixpkgs
asdf: 3.3.2 -> 3.3.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asdf/versions
This commit is contained in:
parent
7803ff314c
commit
bd31f06d87
|
@ -3,11 +3,11 @@ let
|
|||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="asdf";
|
||||
version="3.3.2";
|
||||
version="3.3.3";
|
||||
name="${baseName}-${version}";
|
||||
hash="1bdrybn97qhny5192ifis8fp8m79djql2k4h9r9q2wnwxf9q2d4x";
|
||||
url="http://common-lisp.net/project/asdf/archives/asdf-3.3.2.tar.gz";
|
||||
sha256="1bdrybn97qhny5192ifis8fp8m79djql2k4h9r9q2wnwxf9q2d4x";
|
||||
hash="1167445kmb0dbixc5l2r58cswg5s6jays0l1zxrk3aij0490bkgg";
|
||||
url="http://common-lisp.net/project/asdf/archives/asdf-3.3.3.tar.gz";
|
||||
sha256="1167445kmb0dbixc5l2r58cswg5s6jays0l1zxrk3aij0490bkgg";
|
||||
};
|
||||
buildInputs = [
|
||||
texinfo texLive perl
|
||||
|
|
Loading…
Reference in a new issue