slade: 3.2.3 -> 3.2.4
This commit is contained in:
parent
998b322eac
commit
e662405e73
1 changed files with 2 additions and 2 deletions
|
@ -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) ''
|
||||||
|
|
Loading…
Reference in a new issue