mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
orca-c: git-2020-05-01 -> git-2021-02-13
orca-c: prefer main git repo over github mirror orca-c: add netcrns to maintainers
This commit is contained in:
parent
30c021fa15
commit
81fa319f6d
@ -1,14 +1,13 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, ncurses, portmidi }:
|
{ lib, stdenv, fetchgit, ncurses, portmidi }:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "orca-c";
|
pname = "orca-c";
|
||||||
|
|
||||||
version = "git-2020-05-01";
|
version = "git-2021-02-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchgit {
|
||||||
owner = "hundredrabbits";
|
url = "https://git.sr.ht/~rabbits/orca";
|
||||||
repo = "Orca-c";
|
rev = "5ba56ca67baae3db140f8b7a2b2fc46bbac5602f";
|
||||||
rev = "d7a3b169c5ed0b06a9ad0fdb3057704da9a0b6ce";
|
sha256 = "sha256-bbIH0kyHRTcMGXV3WdBQIH1br0FyIzKKL88wqpGZ0NY=";
|
||||||
sha256 = "101y617a295hzwr98ykvza1sycxlk29kzxn2ybjwc718r0alkbzz";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses portmidi ];
|
buildInputs = [ ncurses portmidi ];
|
||||||
@ -24,8 +23,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An esoteric programming language designed to quickly create procedural sequencers";
|
description = "An esoteric programming language designed to quickly create procedural sequencers";
|
||||||
homepage = "https://github.com/hundredrabbits/Orca-c";
|
homepage = "https://git.sr.ht/~rabbits/orca";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ netcrns ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user