slade: 3.2.2 -> 3.2.3

This commit is contained in:
R. Ryantm 2023-06-02 18:06:02 +00:00
parent 706796477c
commit 53ffd0129e

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "slade";
version = "3.2.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "sirjuddington";
repo = "SLADE";
rev = version;
sha256 = "sha256-UAxGNJ66o5wO8i/g0CgY395uHfJRJSxTlXlBbhgDAbM=";
sha256 = "sha256-YZTCviGhOlAgD3RidPu8gPqqo4MLURiBGV7nazILwFg=";
};
postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) ''