update librepods

This commit is contained in:
mjallen18
2025-11-20 15:01:11 -06:00
parent 0eed44ef6d
commit 2e3d8e6e7d
2 changed files with 3 additions and 2 deletions

View File

@@ -139,6 +139,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
pkgs.${namespace}.bolt-launcher pkgs.${namespace}.bolt-launcher
pkgs.${namespace}.librepods
iw iw
iwd iwd

View File

@@ -17,8 +17,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kavishdevar"; owner = "kavishdevar";
repo = "librepods"; repo = "librepods";
rev = "55d1a69b21f37df3f3668a6f2ab21675c2c42243"; rev = "5231b12c71e0aa1ade74174192eaeb3cf3dadb0f";
hash = "sha256-8kSrV9XgbfzPZ5kEL1J0ovzs+hT0GxacUDjT0eJdmKU="; hash = "sha256-LVVQXVyREeu/tLCbzXmtFTVS7JlLqcHcie2GXxyZzJw=";
}; };
sourceRoot = "source/linux"; sourceRoot = "source/linux";