about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRyan Burns <52847440+r-burns@users.noreply.github.com>2021-10-30 20:07:56 -0700
committerGitHub <noreply@github.com>2021-10-30 20:07:56 -0700
commit2deb8d6e71da4faf2190fd8c90833f9ebe9f98cc (patch)
treec307e27337f46fe69a7fc7cb0ed663fbaabc1a21 /pkgs/applications/graphics
parentddd4bc67e39bb5b03bebf49e2b4d5293a783d927 (diff)
parent446789875d836ca198a0d91f7e4a9553d2e258d8 (diff)
Merge pull request #143918 from legendofmiracles/update/weylus
weylus: 0.11.2 -> 0.11.3
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/weylus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/weylus/default.nix b/pkgs/applications/graphics/weylus/default.nix
index 54b86c09341e7..d3eef3400739b 100644
--- a/pkgs/applications/graphics/weylus/default.nix
+++ b/pkgs/applications/graphics/weylus/default.nix
@@ -14,11 +14,11 @@
 
 stdenv.mkDerivation rec {
   pname = "weylus";
-  version = "0.11.2";
+  version = "0.11.3";
 
   src = fetchzip {
     url = "https://github.com/H-M-H/Weylus/releases/download/v${version}/linux.zip";
-    sha256 = "sha256-coA8qUpUgRjVBF/0LZgimx61fTTpdck/AO6e+r2uNu0=";
+    sha256 = "sha256-1nEdn3KKCMWIzYv4ryqTxtQvR9eln9IX1Z4Y6/vuo7o=";
     stripRoot = false;
   };