Merge pull request #239537 from r-ryantm/auto-update/slade

slade: 3.2.3 -> 3.2.4
This commit is contained in:
Nick Cao 2023-06-25 12:25:09 +08:00 committed by GitHub
commit 9868b74dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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