Skip to content

Commit

Permalink
vikunja: 0.24.4 -> 0.24.5 (#357992)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 authored Nov 21, 2024
2 parents 2adc509 + 04d5b52 commit 351d61c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/vi/vikunja/package.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub, stdenv, nodejs, pnpm, buildGoModule, mage, writeShellScriptBin, nixosTests }:

let
version = "0.24.4";
version = "0.24.5";
src = fetchFromGitHub {
owner = "go-vikunja";
repo = "vikunja";
rev = "v${version}";
hash = "sha256-h3Jz28HYQYZC+oWGXNeKv2iNsrU0gbBRfWgOvuKijtw=";
hash = "sha256-P5H+NfjE8wTmPD1VOI72hPi2DlDb4pCyq0nphK1VGK0=";
};

frontend = stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -67,7 +67,7 @@ buildGoModule {
in
[ fakeGit mage ];

vendorHash = "sha256-d2BNzsBeWlpZGbU7PkXWO5e9FLJA/Wda5ImXwqh/WV4=";
vendorHash = "sha256-OsKejno8QGg7HzRsrftngiWGiWHFc1jDLi5mQ9/NjI4=";

inherit frontend;

Expand Down

0 comments on commit 351d61c

Please sign in to comment.