summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 01:39:17 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 01:39:17 -0700
commitb7edc2b30e13cc30ccea951dec2e4c72e7dc2988 (patch)
tree406663a419e13d4f4176eae9407097910956777b /pkgs/development
parent07ebb8bb792be16de33596e2cea120eb72b2ec77 (diff)
downloadnixlib-b7edc2b30e13cc30ccea951dec2e4c72e7dc2988.tar
nixlib-b7edc2b30e13cc30ccea951dec2e4c72e7dc2988.tar.gz
nixlib-b7edc2b30e13cc30ccea951dec2e4c72e7dc2988.tar.bz2
nixlib-b7edc2b30e13cc30ccea951dec2e4c72e7dc2988.tar.lz
nixlib-b7edc2b30e13cc30ccea951dec2e4c72e7dc2988.tar.xz
nixlib-b7edc2b30e13cc30ccea951dec2e4c72e7dc2988.tar.zst
nixlib-b7edc2b30e13cc30ccea951dec2e4c72e7dc2988.zip
owl-lisp: 0.1.15 -> 0.1.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/owl-lisp/versions.

These checks were done:

- built on NixOS
- /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16/bin/ol passed the binary check.
- Warning: no invocation of /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16/bin/ovm had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.1.16 with grep in /nix/store/w56xh2wbvj0f9f7cs7px7jrwkw6lcb9q-owl-lisp-0.1.16
- directory tree listing: https://gist.github.com/b4c2aa74b73f2272f18b1a116c55897a
- du listing: https://gist.github.com/c130a766b1c674ed98f2f4e109186fe3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/owl-lisp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/owl-lisp/default.nix b/pkgs/development/compilers/owl-lisp/default.nix
index ee076acd8b17..ccd149bbb404 100644
--- a/pkgs/development/compilers/owl-lisp/default.nix
+++ b/pkgs/development/compilers/owl-lisp/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name    = "owl-lisp-${version}";
-  version = "0.1.15";
+  version = "0.1.16";
 
   src = fetchFromGitHub {
     owner  = "aoh";
     repo   = "owl-lisp";
     rev    = "v${version}";
-    sha256 = "0pczmra2x6icyz6b6g66pp5ij83cq4wszg0ssw8qm7a5314kxkq4";
+    sha256 = "1qp6p48bmlyn83rqi6k3d098dg4cribavg5rd4x17z37i181vxvj";
   };
 
   nativeBuildInputs = [ which ];