Loading nixos/modules/hardware/glasgow.nix +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ in }; config = lib.mkIf cfg.enable { environment.systemPackages = [ pkgs.glasgow ]; services.udev.packages = [ pkgs.glasgow ]; users.groups.plugdev = { }; }; Loading pkgs/by-name/gl/glasgow/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec { pname = "glasgow"; version = "0-unstable-2025-07-28"; version = "0-unstable-2025-12-22"; # Similar to `pdm show`, but without the commit counter pdmVersion = let Loading @@ -18,16 +18,17 @@ python3.pkgs.buildPythonApplication rec { rev = lib.substring 0 7 src.rev; in "${tag}.1.dev0+g${rev}"; # the latest commit ID touching the `firmware` directory, can differ from rev! firmwareGitRev = "4fe35360"; # The latest commit ID touching the `firmware` directory, before a "deploy firmware" commit. # Differs from rev! firmwareGitRev = "8b5afc70"; pyproject = true; src = fetchFromGitHub { owner = "GlasgowEmbedded"; repo = "glasgow"; rev = "18442e9684cdda4bb2cbd2be9c31b3c6dffc625a"; hash = "sha256-b0kpgCHMk5Ylj4hY29sHRzY/zI1JXReHioHxHSO4h5E="; rev = "ccee116d8b59f25ed0874d152f6b9f9974b185f1"; hash = "sha256-2fF0lPfRtpci76q4fEhWAwLBXP0kfIP3dH5z8u/+yd8="; }; nativeBuildInputs = [ Loading pkgs/development/python-modules/fx2/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "fx2"; version = "0.13"; version = "0.14"; format = "setuptools"; src = fetchFromGitHub { owner = "whitequark"; repo = "libfx2"; rev = "v${version}"; hash = "sha256-PtWxjT+97+EeNMN36zOT1+ost/w3lRRkaON3Cl3dpp4="; hash = "sha256-uMgf1VL3yvkLUfRlBn9NKcerfHfcFg9yEgHGWmwyh8I="; }; nativeBuildInputs = [ Loading Loading
nixos/modules/hardware/glasgow.nix +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ in }; config = lib.mkIf cfg.enable { environment.systemPackages = [ pkgs.glasgow ]; services.udev.packages = [ pkgs.glasgow ]; users.groups.plugdev = { }; }; Loading
pkgs/by-name/gl/glasgow/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec { pname = "glasgow"; version = "0-unstable-2025-07-28"; version = "0-unstable-2025-12-22"; # Similar to `pdm show`, but without the commit counter pdmVersion = let Loading @@ -18,16 +18,17 @@ python3.pkgs.buildPythonApplication rec { rev = lib.substring 0 7 src.rev; in "${tag}.1.dev0+g${rev}"; # the latest commit ID touching the `firmware` directory, can differ from rev! firmwareGitRev = "4fe35360"; # The latest commit ID touching the `firmware` directory, before a "deploy firmware" commit. # Differs from rev! firmwareGitRev = "8b5afc70"; pyproject = true; src = fetchFromGitHub { owner = "GlasgowEmbedded"; repo = "glasgow"; rev = "18442e9684cdda4bb2cbd2be9c31b3c6dffc625a"; hash = "sha256-b0kpgCHMk5Ylj4hY29sHRzY/zI1JXReHioHxHSO4h5E="; rev = "ccee116d8b59f25ed0874d152f6b9f9974b185f1"; hash = "sha256-2fF0lPfRtpci76q4fEhWAwLBXP0kfIP3dH5z8u/+yd8="; }; nativeBuildInputs = [ Loading
pkgs/development/python-modules/fx2/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "fx2"; version = "0.13"; version = "0.14"; format = "setuptools"; src = fetchFromGitHub { owner = "whitequark"; repo = "libfx2"; rev = "v${version}"; hash = "sha256-PtWxjT+97+EeNMN36zOT1+ost/w3lRRkaON3Cl3dpp4="; hash = "sha256-uMgf1VL3yvkLUfRlBn9NKcerfHfcFg9yEgHGWmwyh8I="; }; nativeBuildInputs = [ Loading