Skip to content

Commit 351d61c

Browse files
authored
vikunja: 0.24.4 -> 0.24.5 (#357992)
2 parents 2adc509 + 04d5b52 commit 351d61c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vi/vikunja/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ lib, fetchFromGitHub, stdenv, nodejs, pnpm, buildGoModule, mage, writeShellScriptBin, nixosTests }:
22

33
let
4-
version = "0.24.4";
4+
version = "0.24.5";
55
src = fetchFromGitHub {
66
owner = "go-vikunja";
77
repo = "vikunja";
88
rev = "v${version}";
9-
hash = "sha256-h3Jz28HYQYZC+oWGXNeKv2iNsrU0gbBRfWgOvuKijtw=";
9+
hash = "sha256-P5H+NfjE8wTmPD1VOI72hPi2DlDb4pCyq0nphK1VGK0=";
1010
};
1111

1212
frontend = stdenv.mkDerivation (finalAttrs: {
@@ -67,7 +67,7 @@ buildGoModule {
6767
in
6868
[ fakeGit mage ];
6969

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

7272
inherit frontend;
7373

0 commit comments

Comments
 (0)