about summary refs log tree commit diff
path: root/pkgs/development/libraries/biblesync
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-25 08:31:33 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-25 08:31:33 +0000
commit2a754d63133cc81f2be480968762a23f50e444ac (patch)
treeb587c8e7f22dafb0ce2d3475777247f2d72a2f7e /pkgs/development/libraries/biblesync
parentbcb05f050e902265bd4b26566cb9b3f26b7b2b02 (diff)
biblesync: 2.0.1 -> 2.1.0
Diffstat (limited to 'pkgs/development/libraries/biblesync')
-rw-r--r--pkgs/development/libraries/biblesync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/biblesync/default.nix b/pkgs/development/libraries/biblesync/default.nix
index 814ecf986e9b2..a594478b54f45 100644
--- a/pkgs/development/libraries/biblesync/default.nix
+++ b/pkgs/development/libraries/biblesync/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec {
 
   pname = "biblesync";
-  version = "2.0.1";
+  version = "2.1.0";
 
   src = fetchFromGitHub {
     owner = "karlkleinpaste";
     repo = "biblesync";
     rev = version;
-    sha256 = "1baq2fwf6132i514xrvq05p2gy98mkg1rn5whf9q5k475q81nrlr";
+    sha256 = "0prmd12jq2cjdhsph5v89y38j7hhd51dr3r1hivgkhczr3m5hf4s";
   };
 
   nativeBuildInputs = [ pkgconfig cmake ];