mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
arashi: 25.08.3 -> 25.09 (#442251)
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "arashi";
|
||||
version = "25.08.3";
|
||||
version = "25.09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "0hStormy";
|
||||
repo = "Arashi";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-wmYsAfgdwn6ZLF70avNmjoU5VZNBZdV7dPSe8ycNdHE=";
|
||||
hash = "sha256-qSr6wj+O6ieWxgKQxmUz7I3De9MOF5cq0I5DpD8+tug=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user