Merge pull request #1 from sapphire-arches/main

Update all packages
This commit is contained in:
Robin Appelman 2024-09-21 14:46:53 +02:00 committed by GitHub
commit d4511262ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 22 additions and 18 deletions

View file

@ -59,7 +59,7 @@ in
postPatch = ''
substituteInPlace cynthion/python/src/commands/util.py \
--replace-fail 'os.path.join(pkg_path, "assets")' "\"$out/share/assets\""
--replace-fail 'os.path.join(package_path, "assets")' "\"$out/share/assets\""
'';
preBuild = ''

Binary file not shown.

View file

@ -2,6 +2,6 @@ fetchFromGitHub:
fetchFromGitHub {
owner = "greatscottgadgets";
repo = "cynthion";
rev = "0.1.2";
hash = "sha256-eLimS2gghT52tV01ZlFs8xEwwibB4yezl3eW7zrHpW8=";
rev = "0.1.6";
hash = "sha256-9H82UMtQ6nzYk6TQZSv37hcp/aclrBYZn7ovoExGS/8=";
}