mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
cinnamon.mint-l-icons: 1.7.0 -> 1.7.1
https://github.com/linuxmint/mint-l-icons/compare/1.7.0...f5edf5683c7e7e51da2c0e66a9a288d5342edc63
This commit is contained in:
parent
25a56e53e0
commit
32b91cc3ec
@ -9,13 +9,14 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "mint-l-icons";
|
||||
version = "1.7.0";
|
||||
version = "1.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linuxmint";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-nVdx+d+KpTh9EPLhW0+FFzq3OEyacDSxHgllMm51BKk=";
|
||||
# https://github.com/linuxmint/mint-l-icons/issues/11
|
||||
rev = "f5edf5683c7e7e51da2c0e66a9a288d5342edc63";
|
||||
hash = "sha256-MKrynS9W5kHRwCKwkXMsUx43KIhtGMaYYWhb/j+vDpk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user