about summary refs log tree commit diff
path: root/pkgs/data/icons/beauty-line-icon-theme
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-08-16 18:02:21 +0200
committerVladimír Čunát <v@cunat.cz>2022-08-16 18:06:30 +0200
commit650170d3f4f69436cea0e55535bd0c82942b2dda (patch)
treef5a83a416bfdae290c7a59148b9f0101117db8ad /pkgs/data/icons/beauty-line-icon-theme
parent5a8365bff58e977a7df3f110383e425fae157637 (diff)
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
Diffstat (limited to 'pkgs/data/icons/beauty-line-icon-theme')
-rw-r--r--pkgs/data/icons/beauty-line-icon-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/icons/beauty-line-icon-theme/default.nix b/pkgs/data/icons/beauty-line-icon-theme/default.nix
index 275f5e0dc03b3..66e5ac57dd175 100644
--- a/pkgs/data/icons/beauty-line-icon-theme/default.nix
+++ b/pkgs/data/icons/beauty-line-icon-theme/default.nix
@@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation rec {
     sparseCheckout = ''
       BeautyLine-V3
     '';
-    sha256 = "sha256-VEQWMY77cVz6UDn7FeMYYyYgXmXl1lLYs8MlFUuGRZE=";
+    sha256 = "sha256-IkkypAj250+OXbf19TampCnqYsSbJVIjeYlxJoyhpzk=";
   };
 
   sourceRoot = "${src.name}/BeautyLine-V3";