libixp_hg: hg-2012-12-02 -> unstable-2022-04-04

main
Armeen Mahdian 2 years ago
parent 550162327f
commit 434d86b2bc
  1. 15
      pkgs/development/libraries/libixp-hg/default.nix

@ -1,13 +1,14 @@
{ lib, stdenv, fetchurl, unzip, txt2tags }:
{ lib, stdenv, fetchFromGitHub, unzip, txt2tags }:
stdenv.mkDerivation rec {
rev = "148";
version = "hg-2012-12-02";
pname = "libixp";
version = "unstable-2022-04-04";
src = fetchurl {
url = "https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/libixp/source-archive.zip";
sha256 = "0kcdvdcrkw6q39v563ncis6d7ini64xbgn5fd3b4aa95fp9sj3is";
src = fetchFromGitHub {
owner = "0intro";
repo = "libixp";
rev = "ca2acb2988e4f040022f0e2094c69ab65fa6ec53";
hash = "sha256-S25DmXJ7fN0gXLV0IzUdz8hXPTYEHmaSG7Mnli6GQVc=";
};
configurePhase = ''
@ -18,7 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = [ txt2tags ];
meta = {
homepage = "http://repo.cat-v.org/libixp/"; # see also https://libs.suckless.org/deprecated/libixp
homepage = "https://github.com/0intro/libixp";
description = "Portable, simple C-language 9P client and server libary";
maintainers = with lib.maintainers; [ kovirobi ];
license = lib.licenses.mit;

Loading…
Cancel
Save