Skip to content

Commit

Permalink
vikunja: add patches for 0.24.6 security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya committed Dec 22, 2024
1 parent 72d11d4 commit 5756b40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/by-name/vi/vikunja/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ let
url = "https://github.com/go-vikunja/vikunja/commit/3659b7b58d4405452f3e806e12b0e3dfb4577503.patch";
hash = "sha256-1TQFe1N3/gwbamN5ZzKgP04oRbx5x+Tlmrt8H7V/Q2A=";
})
# security patch from 0.24.6
(fetchpatch {
name = "security-export-only-update-current-user-export-file-id.patch";
url = "https://github.com/go-vikunja/vikunja/commit/d47555e3c22108747bd45a5d142da5a47b98bb3f.patch";
hash = "sha256-/pvz3dgs07BVkhvks/yvdCnBduC03c+pjrK5iEmVdUA=";
})
];

frontend = stdenv.mkDerivation (finalAttrs: {
Expand Down

0 comments on commit 5756b40

Please sign in to comment.