summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleo60228 <leo@60228.dev>2021-12-09 19:14:35 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-14 00:34:13 +0000
commit45d245bf827b26aa1825781df03e40a673484d4d (patch)
tree140fb01847145674f36bd30ebb9ae9e9c115dbfa
parentMerge pull request #150161 from risicle/ris-mahotas-freeimage-r21.11 (diff)
downloadnixpkgs-45d245bf827b26aa1825781df03e40a673484d4d.tar.gz
latte-dock: 0.10.0 -> 0.10.4
(cherry picked from commit 8713ef19486f88cd82c6860a72fc98ad9a136ae0)
-rw-r--r--pkgs/applications/misc/latte-dock/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/latte-dock/default.nix b/pkgs/applications/misc/latte-dock/default.nix
index b1ba73566999..6451a3efb70a 100644
--- a/pkgs/applications/misc/latte-dock/default.nix
+++ b/pkgs/applications/misc/latte-dock/default.nix
@@ -3,11 +3,11 @@
mkDerivation rec {
pname = "latte-dock";
- version = "0.10.0";
+ version = "0.10.4";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
- sha256 = "04kq86qmrjbzidrkknj000pv1b5z0r7nfidhy2zv67ks8fdi4zln";
+ sha256 = "XRop+MNcbeCcbnL2LM1i67QvMudW3CjWYEPLkT/qbGM=";
name = "${pname}-${version}.tar.xz";
};