freescout: 1.8.226 -> 1.8.229
Primarily patches for security vulnerabilities and subsequent bugfixes. - https://github.com/freescout-help-desk/freescout/releases/tag/1.8.227 - https://github.com/freescout-help-desk/freescout/releases/tag/1.8.228 - https://github.com/freescout-help-desk/freescout/releases/tag/1.8.229
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
preferLocalBuild = true;
|
||||
pname = "freescout";
|
||||
version = "1.8.226";
|
||||
version = "1.8.229";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "freescout-help-desk";
|
||||
repo = "freescout";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-9fojG6S6yb2+W94cHrLuYIRjRL8JWspsj4bNE4QKSuk=";
|
||||
hash = "sha256-oA/GWEhdqmXt7v6iRKqud75uUBj1a6nKN7EjaYF0USk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user