vikunja: 0.24.4 -> 0.24.5

https://vikunja.io/changelog/vikunja-v0.24.5-was-released
This commit is contained in:
Leona Maroni 2024-11-21 21:34:56 +01:00
parent b948c596aa
commit 04d5b52575
No known key found for this signature in database
GPG Key ID: D5B08ADFC75E3605

View File

@ -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: {
@ -67,7 +67,7 @@ buildGoModule {
in
[ fakeGit mage ];
vendorHash = "sha256-d2BNzsBeWlpZGbU7PkXWO5e9FLJA/Wda5ImXwqh/WV4=";
vendorHash = "sha256-OsKejno8QGg7HzRsrftngiWGiWHFc1jDLi5mQ9/NjI4=";
inherit frontend;