Skip to content

Commit

Permalink
[Backport release-24.11] vikunja: 0.24.5 -> 0.24.6 (#367470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 22, 2024
2 parents 811fcd4 + f2ef08c commit fb48298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vi/vikunja/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}:

let
version = "0.24.5";
version = "0.24.6";
src = fetchFromGitHub {
owner = "go-vikunja";
repo = "vikunja";
rev = "v${version}";
hash = "sha256-P5H+NfjE8wTmPD1VOI72hPi2DlDb4pCyq0nphK1VGK0=";
hash = "sha256-yUUZ6gPI2Bte36HzfUE6z8B/I1NlwWDSJA2pwkuzd34=";
};

frontend = stdenv.mkDerivation (finalAttrs: {
Expand Down

0 comments on commit fb48298

Please sign in to comment.