various: update source to resolve redirection (#526549)
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jakcron";
|
||||
owner = "3DSGuy";
|
||||
repo = "Project_CTR";
|
||||
rev = "ctrtool-v${finalAttrs.version}";
|
||||
sha256 = "GvEzv97DqCsaDWVqDpajQRWYe+WM8xCYmGE0D3UcSrM=";
|
||||
@@ -37,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
description = "Tool to extract data from a 3ds rom";
|
||||
homepage = "https://github.com/3DSGuy/Project_CTR";
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
maintainers = with lib.maintainers; [ marius851000 ];
|
||||
mainProgram = "ctrtool";
|
||||
|
||||
@@ -10,7 +10,7 @@ buildDotnetModule rec {
|
||||
version = "2.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dgarage";
|
||||
owner = "btcpayserver";
|
||||
repo = "NBXplorer";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-X1+UdsKVOC3QpES22p0MG1Rz1oresilBM+b/4I1nCyI=";
|
||||
@@ -29,6 +29,7 @@ buildDotnetModule rec {
|
||||
|
||||
meta = {
|
||||
description = "Minimalist UTXO tracker for HD Cryptocurrency Wallets";
|
||||
homepage = "https://github.com/btcpayserver/NBXplorer";
|
||||
maintainers = with lib.maintainers; [
|
||||
kcalvinalvin
|
||||
erikarvstedt
|
||||
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "13";
|
||||
pname = "physlock";
|
||||
src = fetchFromGitHub {
|
||||
owner = "muennich";
|
||||
owner = "xyb3rt";
|
||||
repo = "physlock";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "1mz4xxjip5ldiw9jgfq9zvqb6w10bcjfx6939w1appqg8f521a7s";
|
||||
@@ -33,6 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Secure suspend/hibernate-friendly alternative to `vlock -an`";
|
||||
homepage = "https://github.com/xyb3rt/physlock";
|
||||
mainProgram = "physlock";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
version = "0.0pre20160915";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mxgmn";
|
||||
repo = "SynTex";
|
||||
repo = "TextureSynthesis";
|
||||
rev = "f499a7c8112be4a63eb44843ba72957c2c9a04db";
|
||||
sha256 = "13fz6frlxsdz8qq94fsvim27cd5klmdsax5109yxm9175vgvpa0a";
|
||||
};
|
||||
@@ -31,6 +31,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ mono ];
|
||||
meta = {
|
||||
description = "Texture synthesis from examples";
|
||||
homepage = "https://github.com/mxgmn/TextureSynthesis";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.raskin ];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "1p8hv4gsyqsdr0gafcq497n52pybiqmc22di8ai4nsj60fv0km45";
|
||||
rev = "v${version}";
|
||||
owner = "kimgr";
|
||||
owner = "schneider-electric";
|
||||
repo = "asn1ate";
|
||||
};
|
||||
|
||||
@@ -21,6 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python library for translating ASN.1 into other forms";
|
||||
homepage = "https://github.com/schneider-electric/asn1ate";
|
||||
mainProgram = "asn1ate";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user