widelands: 1.3 -> 1.3.1

This commit is contained in:
R. Ryantm
2026-02-22 00:37:55 +00:00
parent fe96650ccf
commit 477d34336d
+2 -2
View File
@@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "widelands";
version = "1.3";
version = "1.3.1";
src = fetchFromGitHub {
owner = "widelands";
repo = "widelands";
rev = "v${version}";
sha256 = "sha256-943/pkxiIbhnZQMwMNpeu5KKkS+j58zU6r9i6mZGSMg=";
sha256 = "sha256-nNciOfE9fqd1CfljrELy2/I7+o1BLcpdngE3XGPQaSk=";
};
postPatch = ''