Merge pull request #164347 from AndersonTorres/new-arcan

News from Arcan
This commit is contained in:
Anderson Torres
2022-03-17 09:28:35 -03:00
committed by GitHub
5 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
rev = "94cb3a2eb96b3f17a1a3bd0e6f7da97c0e1d8f57";
sha256 = "sha256-LzjqunX/T8khF2UjPlPYiQOwMGem8MqPYneR2LdZ5Fg=";
};
libuvc-src = fetchgit {
libuvc-src = fetchFromGitHub {
owner = "libuvc";
repo = "libuvc";
rev = "b2b01ae6a2875d05c99eb256bb15815018d6e837";
+7 -3
View File
@@ -5,15 +5,19 @@
stdenv.mkDerivation rec {
pname = "durden";
version = "0.6.1+date=2021-10-17";
version = "0.6.1+date=2022-03-11";
src = fetchFromGitHub {
owner = "letoram";
repo = pname;
rev = "5fb8b0f9bc2952ed9cf7dc20a1c5c0cc44c02ff1";
hash = "sha256-+EIsrCkMe9MrUQOCh0R+rsDg/Rqs3iQWO0GZCgZQ+No=";
rev = "fec2a1051500df28becce188d932645743091efa";
hash = "sha256-uZ7oTnkWG3P/4ETgn6MQ9v47mRAJnvyzglQS7jlabPA=";
};
dontConfigure = true;
dontBuild = true;
installPhase = ''
runHook preInstall
+7 -3
View File
@@ -5,15 +5,19 @@
stdenv.mkDerivation rec {
pname = "pipeworld";
version = "0.pre+date=2021-11-26";
version = "0.pre+date=2021-12-03";
src = fetchFromGitHub {
owner = "letoram";
repo = pname;
rev = "9f816db154ca5c54af952ad11c2186ccac5bdd2d";
hash = "sha256-uwnrRsMP0RLEGr2mEVQ6kEtV/c6t5qSCHY0ynywPzkw=";
rev = "c653414670cafb0c73a57492aa3d9510460b16a9";
hash = "sha256-XuAsuTC+P6yoNlDnsT2fiWoqKW+1JKc9NF+Vn/ta0pk=";
};
dontConfigure = true;
dontBuild = true;
installPhase = ''
runHook preInstall
+5 -1
View File
@@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
pname = "prio";
version = "0.pre+unstable=2018-09-13";
version = "0.pre+date=2018-09-13";
src = fetchFromGitHub {
owner = "letoram";
@@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
hash = "sha256-Idv/duEYmDk/rO+TI8n+FY3VFDtUEh8C292jh12BJuM=";
};
dontConfigure = true;
dontBuild = true;
installPhase = ''
runHook preInstall
+4 -12
View File
@@ -38,23 +38,15 @@
stdenv.mkDerivation rec {
pname = "xarcan";
version = "0.6.0+unstable=2021-06-14";
version = "0.6.0+date=2021-08-26";
src = fetchFromGitHub {
owner = "letoram";
repo = pname;
rev = "98d28a5f2c6860bb191fbc1c9e577c18e4c9a9b7";
hash = "sha256-UTIVDKnYD/q0K6G7NJUKh1tHcqnsuiJ/cQxWuPMJ2G4=";
rev = "e40f0176e495ffdad6e7405c58378df6532eb70d";
hash = "sha256-T+1oL7P5MTDkeSfW6OXc1OgfZ8E6e/4YRonf1eXcfIA=";
};
patches = [
# fix build with meson 0.60
(fetchpatch {
url = "https://github.com/letoram/xarcan/commit/b67e514dbb59bffc23b75d47ca7f24e96c4aeb05.patch";
sha256 = "sha256-tSQmNy1Id6nDIN+03dc1+rEEF8fMq0yJBiscNM60xic=";
})
];
nativeBuildInputs = [
meson
ninja
@@ -122,6 +114,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.all;
platforms = platforms.unix;
};
}