stone-kingdoms: 0.5.0 -> 0.6.0

https://gitlab.com/stone-kingdoms/stone-kingdoms/-/tags/0.6.0
This commit is contained in:
hulr 2024-02-12 17:30:06 +01:00 committed by rh
parent 29f575d7e6
commit 83fa0fc30d

View File

@ -11,13 +11,13 @@
stdenvNoCC.mkDerivation rec {
pname = "stone-kingdoms";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitLab {
owner = "stone-kingdoms";
repo = pname;
rev = version;
hash = "sha256-FQrg/1/nfFC/irCWSLbnb9GYSUv//ovvcjzvIg94oEI=";
hash = "sha256-qdaGowzAmMSCJrXzWLPDmyICsmvs0w+tfTsqKQewzJ8=";
};
nativeBuildInputs = [