mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
beauty-line-icon-theme: revert to hash which works on linux
The source has issues on case insensitive filesystems due colliding names. But in this case I don't think we need to care, as meta.platforms = platforms.linux; Related discussion happened on matrix and https://github.com/NixOS/nixpkgs/pull/185150#issuecomment-1214677890
This commit is contained in:
parent
5a8365bff5
commit
650170d3f4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
sparseCheckout = ''
|
||||
BeautyLine-V3
|
||||
'';
|
||||
sha256 = "sha256-VEQWMY77cVz6UDn7FeMYYyYgXmXl1lLYs8MlFUuGRZE=";
|
||||
sha256 = "sha256-IkkypAj250+OXbf19TampCnqYsSbJVIjeYlxJoyhpzk=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/BeautyLine-V3";
|
||||
|
|
Loading…
Reference in a new issue