mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
barcode: update from 0.98 to 0.99
This commit is contained in:
parent
37d39237ab
commit
f7296b70f8
@ -9,11 +9,11 @@ let
|
||||
buildInputs = map (n: builtins.getAttr n x)
|
||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||
sourceInfo = rec {
|
||||
version="0.98";
|
||||
version="0.99";
|
||||
baseName="barcode";
|
||||
name="${baseName}-${version}";
|
||||
url="mirror://gnu/${baseName}/${name}.tar.gz";
|
||||
hash="0ddn17a6hz817bchgjxrjg76v64kzl5zlll8x73ply5rg69f2aa2";
|
||||
hash="0r2b2lwg7a9i9ic5spkbnavy1ynrppmrldv46vsl44l1xgriq0vw";
|
||||
};
|
||||
in
|
||||
rec {
|
||||
|
Loading…
Reference in New Issue
Block a user