lauti: 1.1.0 -> 1.2.0 (#522970)

This commit is contained in:
Guillaume Girol
2026-05-30 22:29:32 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock";
hash = "sha256-8+bAqWg6sqWQcjEdhS/tDZ1farY6VQ++lvbAfpwOeRE=";
hash = "sha256-RKalgQ6dXNOxMeC6pSKe9Lo0KXN0gfeX0I/pkcv2FXs=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -7,12 +7,12 @@
}:
let
version = "1.1.0";
version = "1.2.0";
src = fetchFromCodeberg {
owner = "Klasse-Methode";
repo = "lauti";
tag = "v${version}";
hash = "sha256-eYIKVQG+Vj2qld/xKbxx0JpNqKhnGSjIOXXc7400BYo=";
hash = "sha256-llmXXaCy6V4DE0B1a0K0rRCb6XSvC1+EaG9legx0u4I=";
};
frontend = callPackage ./frontend.nix { inherit src version; };
in
@@ -21,7 +21,7 @@ buildGoModule rec {
pname = "lauti";
inherit version src;
vendorHash = "sha256-4LQ3PvwWAg+/KBQHroj2ZVQZst7jPq99XwLTHClDPCU=";
vendorHash = "sha256-XO2Fo4rH6YDlj8x9f0847OEBLLpLlzFpK72uOEgW65o=";
ldflags = [
"-s"