aravis: 0.6.2 -> 0.6.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aravis/versions
This commit is contained in:
parent
7b2b0187cc
commit
4b4cdb0cf2
@ -33,13 +33,13 @@ in
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "aravis";
|
pname = "aravis";
|
||||||
version = "0.6.2";
|
version = "0.6.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AravisProject";
|
owner = "AravisProject";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev= "ARAVIS_${builtins.replaceStrings ["."] ["_"] version}";
|
rev= "ARAVIS_${builtins.replaceStrings ["."] ["_"] version}";
|
||||||
sha256 = "0zlmw040iv0xx9qw7ygzbl96bli6ivll2fbziv19f4bdc0yhqjpw";
|
sha256 = "0lmgx854z522dwcxsg37bxdyiai9fnycpx1nvgayksj38h39kfn2";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" "lib" ];
|
outputs = [ "bin" "dev" "out" "lib" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user