Merge pull request #95292 from r-ryantm/auto-update/aha
aha: 0.5 -> 0.5.1
This commit is contained in:
commit
0424be4d5e
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aha";
|
pname = "aha";
|
||||||
version = "0.5";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "0byml4rmpiaalwx69jcixl3yvpvwmwiss1jzgsqwshilb2p4qnmz";
|
sha256 = "1gywad0rvvz3c5balz8cxsnx0562hj2ngzqyr8zsy2mb4pn0lpgv";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "aha";
|
repo = "aha";
|
||||||
owner = "theZiz";
|
owner = "theZiz";
|
||||||
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/theZiz/aha";
|
homepage = "https://github.com/theZiz/aha";
|
||||||
license = with licenses; [ lgpl2Plus mpl11 ];
|
license = with licenses; [ lgpl2Plus mpl11 ];
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user