Skip to content

Commit

Permalink
libwhereami: 0.3.0 -> 0.3.1 (NixOS#72561)
Browse files Browse the repository at this point in the history
(cherry picked from commit fd66f95)
  • Loading branch information
r-ryantm authored and dtzWill committed Nov 3, 2019
1 parent 3294de0 commit 8dd615c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libwhereami/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchFromGitHub, cmake, boost, curl, leatherman }:

stdenv.mkDerivation rec {
name = "libwhereami-${version}";
version = "0.2.2";
pname = "libwhereami";
version = "0.3.1";

src = fetchFromGitHub {
sha256 = "084n153jaq8fmhjififk0xlx1d1i3lclnw2j3ly8bixvc392vzly";
sha256 = "16xjb6zp60ma76aa3kq3q8i8zn0n61gf39fny12cny8nggwjpbww";
rev = version;
repo = "libwhereami";
owner = "puppetlabs";
Expand Down

0 comments on commit 8dd615c

Please sign in to comment.