summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 15:52:32 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 15:52:32 -0800
commitb7cb6fac4aa02bdebf7f18a9962725cef141591d (patch)
treeed81d365ca427da567610ef5b8a4fd471267fcbe /pkgs
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixlib-b7cb6fac4aa02bdebf7f18a9962725cef141591d.tar
nixlib-b7cb6fac4aa02bdebf7f18a9962725cef141591d.tar.gz
nixlib-b7cb6fac4aa02bdebf7f18a9962725cef141591d.tar.bz2
nixlib-b7cb6fac4aa02bdebf7f18a9962725cef141591d.tar.lz
nixlib-b7cb6fac4aa02bdebf7f18a9962725cef141591d.tar.xz
nixlib-b7cb6fac4aa02bdebf7f18a9962725cef141591d.tar.zst
nixlib-b7cb6fac4aa02bdebf7f18a9962725cef141591d.zip
valum: 0.3.14 -> 0.3.15
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.3.15 with grep in /nix/store/7w47g1l0qg7bzc1rrmllxxinjyg7zg5c-valum-0.3.15
- found 0.3.15 in filename of file in /nix/store/7w47g1l0qg7bzc1rrmllxxinjyg7zg5c-valum-0.3.15
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/web/valum/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/valum/default.nix b/pkgs/development/web/valum/default.nix
index 90f2a8dcfed4..266217d94e24 100644
--- a/pkgs/development/web/valum/default.nix
+++ b/pkgs/development/web/valum/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "valum-${version}";
-  version = "0.3.14";
+  version = "0.3.15";
 
   src = fetchFromGitHub {
     owner = "valum-framework";
     repo = "valum";
     rev = "v${version}";
-    sha256 = "1w1mipczcfmrrxg369wvrj3wvf76rqn8rrkxbq88aial1bi23kd3";
+    sha256 = "1wk23aq5lxsqns58s4g9jrwx6wrk7k9hq9rg8jcs42rxn2pckaxw";
   };
 
   nativeBuildInputs = [ meson ninja pkgconfig ];