mono-addins: 1.2 -> 1.3.3 (#46999)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mono-addins/versions
This commit is contained in:
parent
cd1b9d93e6
commit
8346ddd9b6
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mono-addins-${version}";
|
name = "mono-addins-${version}";
|
||||||
version = "1.2";
|
version = "1.3.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mono";
|
owner = "mono";
|
||||||
repo = "mono-addins";
|
repo = "mono-addins";
|
||||||
|
|
||||||
rev = "mono-addins-${version}";
|
rev = "mono-addins-${version}";
|
||||||
sha256 = "1hnn0a2qsjcjprsxas424bzvhsdwy0yc2jj5xbp698c0m9kfk24y";
|
sha256 = "018g3bd8afjc39h22h2j5r6ldsdn08ynx7wg889gdvnxg3hrxgl2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user