summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-25 08:09:37 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-09-25 08:09:37 -0700
commit26629e0847eed3b70789eb70e5e89c85e2679a74 (patch)
treee4534f391f93828669b0d3230244f03fdafdcb40
parentf9197b9f63da8b6d9244c5a8e99507fdd294dcc5 (diff)
downloadnixlib-26629e0847eed3b70789eb70e5e89c85e2679a74.tar
nixlib-26629e0847eed3b70789eb70e5e89c85e2679a74.tar.gz
nixlib-26629e0847eed3b70789eb70e5e89c85e2679a74.tar.bz2
nixlib-26629e0847eed3b70789eb70e5e89c85e2679a74.tar.lz
nixlib-26629e0847eed3b70789eb70e5e89c85e2679a74.tar.xz
nixlib-26629e0847eed3b70789eb70e5e89c85e2679a74.tar.zst
nixlib-26629e0847eed3b70789eb70e5e89c85e2679a74.zip
cb2bib: 1.9.8 -> 1.9.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cb2bib/versions
-rw-r--r--pkgs/applications/office/cb2bib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/cb2bib/default.nix b/pkgs/applications/office/cb2bib/default.nix
index e4dc86ebd8db..1faf47d680aa 100644
--- a/pkgs/applications/office/cb2bib/default.nix
+++ b/pkgs/applications/office/cb2bib/default.nix
@@ -3,10 +3,10 @@
 stdenv.mkDerivation rec {
   name = pname + "-" + version;
   pname = "cb2bib";
-  version = "1.9.8";
+  version = "1.9.9";
   src = fetchurl {
     url = "https://www.molspaces.com/dl/progs/${name}.tar.gz";
-    sha256 = "0fpa0znlabk0nrzgj4c0l6qbg8l16lp9d7lvb9ijv1y0ih9igf0f";
+    sha256 = "12x7zv964r26cfmf3yx5pa8ihc5bd9p199w2g4vc0sb44izryg47";
   };
   buildInputs = [ qtbase qtwebkit qtx11extras lzo libX11 ];
   nativeBuildInputs = [ qmake ];