rat-king-adventure: 2.1.1 -> 2.2.0
This commit is contained in:
parent
fc2512ba0f
commit
41eb75c716
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
callPackage ../generic.nix rec {
|
callPackage ../generic.nix rec {
|
||||||
pname = "rat-king-adventure";
|
pname = "rat-king-adventure";
|
||||||
version = "2.1.1";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TrashboxBobylev";
|
owner = "TrashboxBobylev";
|
||||||
repo = "Rat-King-Adventure";
|
repo = "Rat-King-Adventure";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-fuCDzY6DWspLhajB/Z8mS2oEegFPpgRCwQWy8n3V7P0=";
|
hash = "sha256-IdaUnCpE8xZzPTjrUYdTPzJmL4Z0FFIc2zxrIXKSWkE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopName = "Rat King Adventure";
|
desktopName = "Rat King Adventure";
|
||||||
|
|||||||
@ -1,25 +1,27 @@
|
|||||||
{
|
{
|
||||||
"!comment": "This is a nixpkgs Gradle dependency lockfile. For more details, refer to the Gradle section in the nixpkgs manual.",
|
"!comment": "This is a nixpkgs Gradle dependency lockfile. For more details, refer to the Gradle section in the nixpkgs manual.",
|
||||||
"!version": 1,
|
"!version": 1,
|
||||||
"https://oss.sonatype.org/content/repositories/snapshots/com/badlogicgames": {
|
"https://central.sonatype.com/repository/maven-snapshots/com/badlogicgames": {
|
||||||
"gdx-controllers#gdx-controllers-core/2.2.4-20231021.200112-6/SNAPSHOT": {
|
"gdx-controllers#gdx-controllers-core/2.2.4-20250608.150029-6/SNAPSHOT": {
|
||||||
"jar": "sha256-Gdz2J1IvDJFktUD2XeGNS0SIrOyym19X/+dCbbbe3/U=",
|
"jar": "sha256-fyJB8353OKQAxuBSQxgK9TIvX7C36c0r6+WinDfHajw=",
|
||||||
"pom": "sha256-90QW/Mtz1jbDUhKjdJ88ekhulZR2a7eCaEJoswmeny4="
|
"module": "sha256-4aW8P+W7M9gQic97kWSAOEUNvlRXAB72YIt26pshIYQ=",
|
||||||
|
"pom": "sha256-NiKnqhpzSHduvXygZKdClHu4YUjUf536KP1JX6GpTM0="
|
||||||
},
|
},
|
||||||
"gdx-controllers#gdx-controllers-desktop/2.2.4-20231021.200114-6/SNAPSHOT": {
|
"gdx-controllers#gdx-controllers-desktop/2.2.4-20250608.150029-6/SNAPSHOT": {
|
||||||
"jar": "sha256-4mhLijZwQHk2pP5qXIIzrsO9CwNC3CDti/5szclkVa8=",
|
"jar": "sha256-kfZsNO7OdEBFqREJcvBk4dVTtvXSYLdl6Yuo52atuDs=",
|
||||||
"pom": "sha256-10+zD8flpKIPzji5NFgtYcwE5O74hSzzvvqBh84wLf4="
|
"module": "sha256-VPLkp7CdM0QXhekrmM0KrBCc/r3ILIwkv2OyGzRBUlQ=",
|
||||||
|
"pom": "sha256-HLPRBZpoTtJuJr/CZrFRzY42npXROrwYzDSIyPCoNJk="
|
||||||
},
|
},
|
||||||
"gdx-controllers/gdx-controllers-core/2.2.4-SNAPSHOT/maven-metadata": {
|
"gdx-controllers/gdx-controllers-core/2.2.4-SNAPSHOT/maven-metadata": {
|
||||||
"xml": {
|
"xml": {
|
||||||
"groupId": "com.badlogicgames.gdx-controllers",
|
"groupId": "com.badlogicgames.gdx-controllers",
|
||||||
"lastUpdated": "20231021200112"
|
"lastUpdated": "20250608150029"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gdx-controllers/gdx-controllers-desktop/2.2.4-SNAPSHOT/maven-metadata": {
|
"gdx-controllers/gdx-controllers-desktop/2.2.4-SNAPSHOT/maven-metadata": {
|
||||||
"xml": {
|
"xml": {
|
||||||
"groupId": "com.badlogicgames.gdx-controllers",
|
"groupId": "com.badlogicgames.gdx-controllers",
|
||||||
"lastUpdated": "20231021200114"
|
"lastUpdated": "20250608150029"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user