Updates
All checks were successful
Nix Build / build-nixos (push) Successful in 5m59s

This commit is contained in:
soraefir
2024-08-18 10:36:21 +02:00
parent 38fd971314
commit 692b613613
4 changed files with 1530 additions and 775 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, qt6 }:
stdenv.mkDerivation rec {
pname = "simc";
version = "ae04662fca7cad8bf218cd8e43ab05631caad758";
version = "b1fd592079d1a673ab53ea96d699a6e56424b0ee";
src = fetchFromGitHub rec {
owner = "simulationcraft";
repo = pname;
rev = version;
hash = "sha256-mTo6YTgZMpfyWvdU1JEEmfmBjJlZwAgja1iliOem7mM=";
hash = "sha256-RPUCe7aoAYSNj9jv8HN7qhhxRIMmdCfhmUcr72VaHzg==";
};
nativeBuildInputs =