Skip to content

Commit 25b598a

Browse files
committed
vikunja: 0.24.1 -> 0.24.3
1 parent 67d9b47 commit 25b598a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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.1";
4+
version = "0.24.3";
55
src = fetchFromGitHub {
66
owner = "go-vikunja";
77
repo = "vikunja";
88
rev = "v${version}";
9-
hash = "sha256-39S7Xl8He+unIkAZ9GnjqWHBOfdDj4rSUmrExB+Q6Vc=";
9+
hash = "sha256-UT2afhjEangilvflmxxahj7pEiJUWxqUL1Eni1JvuRI=";
1010
};
1111

1212
frontend = stdenv.mkDerivation (finalAttrs: {
@@ -17,7 +17,7 @@ let
1717

1818
pnpmDeps = pnpm.fetchDeps {
1919
inherit (finalAttrs) pname version src sourceRoot;
20-
hash = "sha256-iEcic/oQ33IO9tWqIQGfyjSY4YpJ8FckaI59qTgdq3c=";
20+
hash = "sha256-QUhq1wc+vHCfY2wC0aikAMHmy8I/TOawMX659eqlm3I=";
2121
};
2222

2323
nativeBuildInputs = [
@@ -67,7 +67,7 @@ buildGoModule {
6767
in
6868
[ fakeGit mage ];
6969

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

7272
inherit frontend;
7373

0 commit comments

Comments
 (0)