mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
boolstuff: 0.1.16 -> 0.1.17
This commit is contained in:
parent
6896ebd60f
commit
ed0c3a7497
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ lib, stdenv, fetchurl, pkg-config }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "boolstuff";
|
||||
version = "0.1.16";
|
||||
version = "0.1.17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://perso.b2b2c.ca/~sarrazip/dev/${pname}-${version}.tar.gz";
|
||||
sha256 = "10qynbyw723gz2vrvn4xk2var172kvhlz3l3l80qbdsfb3d12wn0";
|
||||
url = "http://perso.b2b2c.ca/~sarrazip/dev/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-WPFUoTUofigPxTRo6vUbVTEVWMeEPDWszCA05toOX0I=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
|
Loading…
Reference in a new issue