mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
katawa-shoujo-re-engineered: 1.4.7 -> 1.4.8 (#347065)
This commit is contained in:
commit
b0c62d6b55
@ -6,10 +6,11 @@
|
|||||||
copyDesktopItems,
|
copyDesktopItems,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
renpy,
|
renpy,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "katawa-shoujo-re-engineered";
|
pname = "katawa-shoujo-re-engineered";
|
||||||
version = "1.4.7";
|
version = "1.4.8";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
# GitHub mirror at fleetingheart/ksre
|
# GitHub mirror at fleetingheart/ksre
|
||||||
@ -17,7 +18,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
owner = "fhs";
|
owner = "fhs";
|
||||||
repo = "katawa-shoujo-re-engineered";
|
repo = "katawa-shoujo-re-engineered";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-E+2G47vWA7o4bFWttoMDfPjAG32K8FDv+OluMjzPDQw=";
|
hash = "sha256-y128bnRZtW5DgiP43OAnkhhq3f5F88jUl1Bku6wef+w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopItems = [
|
desktopItems = [
|
||||||
@ -49,6 +50,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fan-made modernization of the classic visual novel Katawa Shoujo";
|
description = "Fan-made modernization of the classic visual novel Katawa Shoujo";
|
||||||
homepage = "https://www.fhs.sh/projects";
|
homepage = "https://www.fhs.sh/projects";
|
||||||
|
Loading…
Reference in New Issue
Block a user