mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
alice: lowercase pname, small cleanup
This commit is contained in:
parent
2642483b01
commit
3e4f42ed1d
1 changed files with 2 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "Alice";
|
||||
pname = "alice";
|
||||
version = "2.003";
|
||||
|
||||
outputs = [
|
||||
|
|
@ -15,9 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
src = fetchzip {
|
||||
url =
|
||||
with finalAttrs;
|
||||
"https://github.com/cyrealtype/${pname}/releases/download/v${version}/${pname}-v${version}.zip";
|
||||
url = "https://github.com/cyrealtype/Alice/releases/download/v${finalAttrs.version}/Alice-v${finalAttrs.version}.zip";
|
||||
stripRoot = false;
|
||||
hash = "sha256-p+tE3DECfJyBIPyafGZ8jDYQ1lPb+iAnEwLyaUy7DW0=";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue