mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
rat-king-adventure: 2.1.0 -> 2.1.1
This commit is contained in:
parent
cd1edff7e5
commit
851112edac
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
callPackage ../generic.nix rec {
|
callPackage ../generic.nix rec {
|
||||||
pname = "rat-king-adventure";
|
pname = "rat-king-adventure";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TrashboxBobylev";
|
owner = "TrashboxBobylev";
|
||||||
repo = "Rat-King-Adventure";
|
repo = "Rat-King-Adventure";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-01WFQ2shxFbyr5bGfKn8e7hOEB2LpjNZu9dRRVk3Fzw=";
|
hash = "sha256-fuCDzY6DWspLhajB/Z8mS2oEegFPpgRCwQWy8n3V7P0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopName = "Rat King Adventure";
|
desktopName = "Rat King Adventure";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue