summary refs log tree commit diff
path: root/pkgs/tools/wayland/sov
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-30 07:57:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-30 07:57:59 +0000
commit2cf12b619dc6917852070658589e3458d8e54af0 (patch)
treecee1c29a675b6cd044800d4fcec019c816ef933b /pkgs/tools/wayland/sov
parent334071af91e4202b1dd1ad435721a8c016e79ff1 (diff)
sov: 0.71 -> 0.72
Diffstat (limited to 'pkgs/tools/wayland/sov')
-rw-r--r--pkgs/tools/wayland/sov/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/sov/default.nix b/pkgs/tools/wayland/sov/default.nix
index a9b39e186b739..5d33e36db6709 100644
--- a/pkgs/tools/wayland/sov/default.nix
+++ b/pkgs/tools/wayland/sov/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "sov";
-  version = "0.71";
+  version = "0.72";
 
   src = fetchFromGitHub {
     owner = "milgra";
     repo = pname;
     rev = version;
-    sha256 = "sha256-6FdZ3UToeIAARxrOqSWBX+ALrlr4s2J0bj9c3l9ZTyQ=";
+    sha256 = "sha256-av+st0tux+ho8bfJwx6Nk1pma1Pjvv/dpW5BWnUDNvQ=";
   };
 
   postPatch = ''