sanjuuni: 0.2 -> 0.3

Changelog: https://github.com/MCJack123/sanjuuni/releases/tag/0.3
This commit is contained in:
Tomo
2023-02-02 04:10:57 +01:00
committed by pennae
parent 035527d61f
commit 66a4cc6a23
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "sanjuuni";
version = "0.2";
version = "0.3";
src = fetchFromGitHub {
owner = "MCJack123";
repo = "sanjuuni";
rev = version;
sha256 = "sha256-WWDbPwiU4YD8XCMuqLWEGinpHkq2FNJZsz3GyVqjDHQ=";
sha256 = "sha256-8IbdLXWUtT2VN6Eu1b8x4DnyI8JOd/12t0XDa6o3N+A=";
};
nativeBuildInputs = [