summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-18 10:26:46 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-18 10:26:46 -0700
commit7bb9c5cbbea932224e91c07769f318afa4394f68 (patch)
tree4b965abbaa00ebe881bbb2c02789da62b73535e5
parent8b097fc7f66a657467e566ea1c1ff94f66c5b03a (diff)
downloadnixpkgs-7bb9c5cbbea932224e91c07769f318afa4394f68.tar
nixpkgs-7bb9c5cbbea932224e91c07769f318afa4394f68.tar.gz
nixpkgs-7bb9c5cbbea932224e91c07769f318afa4394f68.tar.bz2
nixpkgs-7bb9c5cbbea932224e91c07769f318afa4394f68.tar.lz
nixpkgs-7bb9c5cbbea932224e91c07769f318afa4394f68.tar.xz
nixpkgs-7bb9c5cbbea932224e91c07769f318afa4394f68.tar.zst
nixpkgs-7bb9c5cbbea932224e91c07769f318afa4394f68.zip
librdf_rasqal: 0.9.32 -> 0.9.33
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet -h` got 0 exit code
- ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet --help` got 0 exit code
- ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet -v` and found version 0.9.33
- ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet --version` and found version 0.9.33
- ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet -h` and found version 0.9.33
- ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet --help` and found version 0.9.33
- found 0.9.33 with grep in /nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33
- directory tree listing: https://gist.github.com/ed6057974e0e9e152484b22dca593388
-rw-r--r--pkgs/development/libraries/librdf/rasqal.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librdf/rasqal.nix b/pkgs/development/libraries/librdf/rasqal.nix
index 56272b31991..ceff244670f 100644
--- a/pkgs/development/libraries/librdf/rasqal.nix
+++ b/pkgs/development/libraries/librdf/rasqal.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, librdf_raptor2, gmp, pkgconfig, pcre, libxml2 }:
 
 stdenv.mkDerivation rec {
-  name = "rasqal-0.9.32";
+  name = "rasqal-0.9.33";
 
   src = fetchurl {
     url = "http://download.librdf.org/source/${name}.tar.gz";
-    sha256 = "eeba03218e3b7dfa033934d523a1a64671a9a0f64eadc38a01e4b43367be2e8f";
+    sha256 = "0z6rrwn4jsagvarg8d5zf0j352kjgi33py39jqd29gbhcnncj939";
   };
 
   nativeBuildInputs = [ pkgconfig ];