Unverified Commit e0591c23 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

lauti: 1.0.0 -> 1.1.0; laut.frontend: 1.0.0 -> 1.1.0 (#438696)

parents 57f90da8 ff28262a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {

  offlineCache = fetchYarnDeps {
    yarnLock = "${finalAttrs.src}/yarn.lock";
    hash = "sha256-uIDBE4ewdzrtJqOjFQTAei1TpAjQMRqls7CtG1h8KnA=";
    hash = "sha256-8+bAqWg6sqWQcjEdhS/tDZ1farY6VQ++lvbAfpwOeRE=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:

let
  version = "1.0.0";
  version = "1.1.0";
  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "Klasse-Methode";
    repo = "lauti";
    tag = "v${version}";
    hash = "sha256-cO9rK7GAVRlv5x4WI/xbXNJ594QqB+KIPUteB3TifKM=";
    hash = "sha256-eYIKVQG+Vj2qld/xKbxx0JpNqKhnGSjIOXXc7400BYo=";
  };
  frontend = callPackage ./frontend.nix { inherit src version; };
in
@@ -22,7 +22,7 @@ buildGoModule rec {
  pname = "lauti";
  inherit version src;

  vendorHash = "sha256-ushTvIpvRLZP3q6tLN6BA4tl2Xp/UImWugm2ZgTAm8k=";
  vendorHash = "sha256-4LQ3PvwWAg+/KBQHroj2ZVQZst7jPq99XwLTHClDPCU=";

  ldflags = [
    "-s"