Loading pkgs/by-name/li/librepods/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -9,15 +9,15 @@ lib, }: stdenv.mkDerivation { stdenv.mkDerivation (finalAttrs: { pname = "librepods"; version = "0.1.0-unstable-2025-12-07"; version = "0.2.0-alpha.2"; src = fetchFromGitHub { owner = "kavishdevar"; repo = "librepods"; rev = "0e1f784737122913c21b429810d059aadfb4479e"; hash = "sha256-nXEMIyQWEDMjyKGPAleqqSttznNmrdSHKT4Kr2tLHBY="; tag = "v${finalAttrs.version}"; hash = "sha256-37dLiXC+eO4f5waLKgMMpHXH1m6W54O/l2axJsnyU5M="; }; sourceRoot = "source/linux"; Loading @@ -41,6 +41,7 @@ stdenv.mkDerivation { homepage = "https://github.com/kavishdevar/librepods"; description = "AirPods liberated from Apple's ecosystem"; license = lib.licenses.gpl3; mainProgram = "librepods"; maintainers = [ lib.maintainers.thefossguy ]; }; } }) Loading
pkgs/by-name/li/librepods/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -9,15 +9,15 @@ lib, }: stdenv.mkDerivation { stdenv.mkDerivation (finalAttrs: { pname = "librepods"; version = "0.1.0-unstable-2025-12-07"; version = "0.2.0-alpha.2"; src = fetchFromGitHub { owner = "kavishdevar"; repo = "librepods"; rev = "0e1f784737122913c21b429810d059aadfb4479e"; hash = "sha256-nXEMIyQWEDMjyKGPAleqqSttznNmrdSHKT4Kr2tLHBY="; tag = "v${finalAttrs.version}"; hash = "sha256-37dLiXC+eO4f5waLKgMMpHXH1m6W54O/l2axJsnyU5M="; }; sourceRoot = "source/linux"; Loading @@ -41,6 +41,7 @@ stdenv.mkDerivation { homepage = "https://github.com/kavishdevar/librepods"; description = "AirPods liberated from Apple's ecosystem"; license = lib.licenses.gpl3; mainProgram = "librepods"; maintainers = [ lib.maintainers.thefossguy ]; }; } })