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

authored by Sandro and committed by GitHub e0591c23 57f90da8

+4 -4
+1 -1
pkgs/by-name/la/lauti/frontend.nix
··· 15 15 16 16 offlineCache = fetchYarnDeps { 17 17 yarnLock = "${finalAttrs.src}/yarn.lock"; 18 - hash = "sha256-uIDBE4ewdzrtJqOjFQTAei1TpAjQMRqls7CtG1h8KnA="; 18 + hash = "sha256-8+bAqWg6sqWQcjEdhS/tDZ1farY6VQ++lvbAfpwOeRE="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+3 -3
pkgs/by-name/la/lauti/package.nix
··· 7 7 }: 8 8 9 9 let 10 - version = "1.0.0"; 10 + version = "1.1.0"; 11 11 src = fetchFromGitea { 12 12 domain = "codeberg.org"; 13 13 owner = "Klasse-Methode"; 14 14 repo = "lauti"; 15 15 tag = "v${version}"; 16 - hash = "sha256-cO9rK7GAVRlv5x4WI/xbXNJ594QqB+KIPUteB3TifKM="; 16 + hash = "sha256-eYIKVQG+Vj2qld/xKbxx0JpNqKhnGSjIOXXc7400BYo="; 17 17 }; 18 18 frontend = callPackage ./frontend.nix { inherit src version; }; 19 19 in ··· 22 22 pname = "lauti"; 23 23 inherit version src; 24 24 25 - vendorHash = "sha256-ushTvIpvRLZP3q6tLN6BA4tl2Xp/UImWugm2ZgTAm8k="; 25 + vendorHash = "sha256-4LQ3PvwWAg+/KBQHroj2ZVQZst7jPq99XwLTHClDPCU="; 26 26 27 27 ldflags = [ 28 28 "-s"