chore: rollback ags and update firefoxgx
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-27 03:02:01 -05:00
parent 3a6ce41def
commit 040c884c42
5 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,4 @@
{ {nixpkgs-wayland, ...} @ inputs: [
nixpkgs-wayland,
...
} @ inputs: [
(import ./dracula-theme inputs) (import ./dracula-theme inputs)
(import ./plymouth inputs) (import ./plymouth inputs)
(import ./spotifywm inputs) (import ./spotifywm inputs)

View file

@ -2,8 +2,7 @@
lib, lib,
pkgs, pkgs,
... ...
} @ inputs: } @ inputs: let
let
inherit (lib) concatMapAttrs filterAttrs mkOption pathExists types; inherit (lib) concatMapAttrs filterAttrs mkOption pathExists types;
mkPackage = name: v: { mkPackage = name: v: {

View file

@ -7,16 +7,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706313683, "lastModified": 1705874780,
"narHash": "sha256-Qw3o1awE7uYYeNK99qKs4FjYQcn8AHPVf2AmjLfEvAQ=", "narHash": "sha256-PjJdC/7+BoPZ0DucSIFUaySmI7fWLGKsIhtZVgMFhzw=",
"owner": "Aylur", "owner": "Aylur",
"repo": "ags", "repo": "ags",
"rev": "6fa8cdfc359de9019218d0d5605be522fd126cae", "rev": "c706e43fab6f1845b6e16fa3106200ac801f6749",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Aylur", "owner": "Aylur",
"repo": "ags", "repo": "ags",
"rev": "c706e43fab6f1845b6e16fa3106200ac801f6749",
"type": "github" "type": "github"
} }
}, },

View file

@ -207,6 +207,9 @@
owner = "Aylur"; owner = "Aylur";
repo = "ags"; repo = "ags";
# FIXME: some bugs in latest
rev = "c706e43fab6f1845b6e16fa3106200ac801f6749";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -4,7 +4,7 @@
fetchFromGitHub, fetchFromGitHub,
}: let }: let
pname = "firefox-gx"; pname = "firefox-gx";
version = "8.7"; version = "c1d9888d27543ded51f9854d7e58db601fd33d43";
in in
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
inherit pname version; inherit pname version;
@ -12,7 +12,7 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Godiesc"; owner = "Godiesc";
repo = pname; repo = pname;
rev = "v.${version}"; rev = "${version}";
sha256 = "sha256-lMco3TYQNVTQEF5TpKiHUbexdB5pD3OmqjACD2BJZaY="; sha256 = "sha256-lMco3TYQNVTQEF5TpKiHUbexdB5pD3OmqjACD2BJZaY=";
}; };