3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #154904 from SuperSandro2000/maloader

This commit is contained in:
Sandro 2022-01-13 17:49:12 +01:00 committed by GitHub
commit 660012f42d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
{ lib, stdenv, fetchgit, opencflite, clang, libcxx }:
{ lib, stdenv, fetchFromGitHub, opencflite, clang, libcxx }:
stdenv.mkDerivation {
pname = "maloader";
version = "unstable-2014-02-25";
src = fetchgit {
url = "git://github.com/shinh/maloader.git";
src = fetchFromGitHub {
owner = "shinh";
repo = "maloader";
rev = "5f220393e0b7b9ad0cf1aba0e89df2b42a1f0442";
sha256 = "0dd1pn07x1y8pyn5wz8qcl1c1xwghyya4d060m3y9vx5dhv9xmzw";
};