Compare commits

...

3 commits

Author SHA1 Message Date
Nojus
cdcec1d2be lsfg-vk-ui: fix fetch hash
submodules make a difference, whoops. stuff worked on my side because the repo got cached with the submodules included
2025-07-31 02:44:21 +02:00
Nojus
754f64f7e4 flake.lock: bump 2025-07-30 22:14:59 +02:00
Nojus
caeeaf5b6d lsfg-vk(-ui): 1.0.0 release bump 2025-07-30 22:11:03 +02:00
3 changed files with 11 additions and 11 deletions

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1752687322, "lastModified": 1753694789,
"narHash": "sha256-RKwfXA4OZROjBTQAl9WOZQFm7L8Bo93FQwSJpAiSRvo=", "narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6e987485eb2c77e5dcc5af4e3c70843711ef9251", "rev": "dc9637876d0dcc8c9e5e22986b857632effeb727",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "lsfg-vk-ui"; pname = "lsfg-vk-ui";
version = "0.9.0-2025-07-30-b4f2833"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PancakeTAS"; owner = "PancakeTAS";
repo = "lsfg-vk"; repo = "lsfg-vk";
rev = "b4f2833785845c4c08dd78e9a793cfd56d8752e4"; rev = "7113d7d02da9fc9df5cb3b03230d1f7de86f7056";
hash = "sha256-zepZicQ2D0Fx9qxyNyYbOqmEnJVrrsb+qiZ3OXvL8Rs="; hash = "sha256-nIyVOil/gHC+5a+sH3vMlcqVhixjJaGWqXbyoh2Nqyw=";
}; };
cargoHash = "sha256-1/3CTCXTqSfb/xtx/Q1whaHPeQ0fxu0Zg2sVJPxdcK0="; cargoHash = "sha256-hIQRS/egIDU5Vu/1KWHtpt4S26h+9GadVr+lBAG2LDg=";
sourceRoot = "source/ui"; sourceRoot = "source/ui";

View file

@ -8,13 +8,13 @@
llvmPackages.stdenv.mkDerivation { llvmPackages.stdenv.mkDerivation {
pname = "lsfg-vk"; pname = "lsfg-vk";
version = "0.9.0-2025-07-30-b4f2833"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PancakeTAS"; owner = "PancakeTAS";
repo = "lsfg-vk"; repo = "lsfg-vk";
rev = "b4f2833785845c4c08dd78e9a793cfd56d8752e4"; rev = "7113d7d02da9fc9df5cb3b03230d1f7de86f7056";
hash = "sha256-zepZicQ2D0Fx9qxyNyYbOqmEnJVrrsb+qiZ3OXvL8Rs="; hash = "sha256-hWpuPH7mKbeMaLaRUwtlkNLy4lOnJEe+yd54L7y2kV0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };