mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
avizo: 1.3 -> 1.3-unstable-2024-11-03
This commit is contained in:
parent
3c5a6442dd
commit
d6db85cb4f
1 changed files with 7 additions and 4 deletions
|
@ -21,13 +21,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "avizo";
|
pname = "avizo";
|
||||||
version = "1.3";
|
version = "1.3-unstable-2024-11-03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "misterdanb";
|
owner = "misterdanb";
|
||||||
repo = "avizo";
|
repo = "avizo";
|
||||||
rev = version;
|
rev = "5efaa22968b2cc1a3c15a304cac3f22ec2727b17";
|
||||||
sha256 = "sha256-Vj8OrNlAstl0AXTeVAPdEf5JgnAmJwl9s3Jdc0ZiYQc=";
|
sha256 = "sha256-KYQPHVxjvqKt4d7BabplnrXP30FuBQ6jQ1NxzR5U7qI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -59,6 +59,9 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/misterdanb/avizo";
|
homepage = "https://github.com/misterdanb/avizo";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.berbiche ];
|
maintainers = [
|
||||||
|
maintainers.berbiche
|
||||||
|
maintainers.flexiondotorg
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue