brial: 1.2.4 -> 1.2.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/brial/versions
This commit is contained in:
parent
2df00be601
commit
069f2235af
@ -8,14 +8,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.2.4";
|
version = "1.2.5";
|
||||||
name = "brial-${version}";
|
name = "brial-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BRiAl";
|
owner = "BRiAl";
|
||||||
repo = "BRiAl";
|
repo = "BRiAl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08skgmwz190mvpkh0ddx92ilva6bxidxwh1qg16ipi768x92193s";
|
sha256 = "1nv56fp3brpzanxj7vwvxqdafqfsfhdgq5imr3m94psw5gdfqwja";
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME package boost-test and enable checks
|
# FIXME package boost-test and enable checks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user