paperless-ngx: 2.13.4 -> 2.13.5 (#355242)

authored by

Leona Maroni and committed by
GitHub
319acd0b 651e727c

+2 -2
+2 -2
pkgs/by-name/pa/paperless-ngx/package.nix
··· 25 }: 26 27 let 28 - version = "2.13.4"; 29 30 src = fetchFromGitHub { 31 owner = "paperless-ngx"; 32 repo = "paperless-ngx"; 33 rev = "refs/tags/v${version}"; 34 - hash = "sha256-db8omhyngvenAgfGGpMAhGkgqGug/sv7AL1G+sniM/c="; 35 }; 36 37 # subpath installation is broken with uvicorn >= 0.26
··· 25 }: 26 27 let 28 + version = "2.13.5"; 29 30 src = fetchFromGitHub { 31 owner = "paperless-ngx"; 32 repo = "paperless-ngx"; 33 rev = "refs/tags/v${version}"; 34 + hash = "sha256-AVfm5tC2+hTdEv0ildEj0El1M/sF7ftkEn3pUkG1O7Q="; 35 }; 36 37 # subpath installation is broken with uvicorn >= 0.26