mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +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 {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "mint-l-icons";
|
pname = "mint-l-icons";
|
||||||
version = "1.7.0";
|
version = "1.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxmint";
|
owner = "linuxmint";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
# https://github.com/linuxmint/mint-l-icons/issues/11
|
||||||
hash = "sha256-nVdx+d+KpTh9EPLhW0+FFzq3OEyacDSxHgllMm51BKk=";
|
rev = "f5edf5683c7e7e51da2c0e66a9a288d5342edc63";
|
||||||
|
hash = "sha256-MKrynS9W5kHRwCKwkXMsUx43KIhtGMaYYWhb/j+vDpk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user