stone-kingdoms: 0.6.0 -> 0.6.1

https://gitlab.com/stone-kingdoms/stone-kingdoms/-/tags/0.6.1
This commit is contained in:
hulr 2024-03-03 22:52:32 +01:00 committed by rh
parent a737059da8
commit 3eec818f56

View File

@ -11,13 +11,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "stone-kingdoms"; pname = "stone-kingdoms";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "stone-kingdoms"; owner = "stone-kingdoms";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-qdaGowzAmMSCJrXzWLPDmyICsmvs0w+tfTsqKQewzJ8="; hash = "sha256-W2hzJg22O857Kh7CJVVHV5qu8QKjXCwW3hmgKBc0n2g=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [