mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
rat-king-adventure: 2.0.1 -> 2.0.2
This commit is contained in:
parent
e35b0f3f97
commit
e766b67731
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
callPackage ../generic.nix rec {
|
callPackage ../generic.nix rec {
|
||||||
pname = "rat-king-adventure";
|
pname = "rat-king-adventure";
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TrashboxBobylev";
|
owner = "TrashboxBobylev";
|
||||||
repo = "Rat-King-Adventure";
|
repo = "Rat-King-Adventure";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-FAIFrlVyNYTiS+UBLZFOhuMzj8C6qNGAffYrTxcNeDM=";
|
hash = "sha256-mh54m2YwGOmE03fxndk3wNX/xi6UyIdXWEguiC3mDeA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopName = "Rat King Adventure";
|
desktopName = "Rat King Adventure";
|
||||||
|
Loading…
Reference in New Issue
Block a user