summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-14 00:02:47 +0000
committerGitHub <noreply@github.com>2023-10-14 00:02:47 +0000
commit45a3496bff0e0feeebd8c47a83f034156b535064 (patch)
tree1467aa16fcd70bb84c37711c166c4202eaa2fda8 /pkgs/tools/wayland
parent83cb70d8c1f57519f31fde0d67fd47a164d04cc3 (diff)
parent1abaa2a9a9952d950968d4ba4f1820891780b061 (diff)
downloadnixpkgs-45a3496bff0e0feeebd8c47a83f034156b535064.tar
nixpkgs-45a3496bff0e0feeebd8c47a83f034156b535064.tar.gz
nixpkgs-45a3496bff0e0feeebd8c47a83f034156b535064.tar.bz2
nixpkgs-45a3496bff0e0feeebd8c47a83f034156b535064.tar.lz
nixpkgs-45a3496bff0e0feeebd8c47a83f034156b535064.tar.xz
nixpkgs-45a3496bff0e0feeebd8c47a83f034156b535064.tar.zst
nixpkgs-45a3496bff0e0feeebd8c47a83f034156b535064.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/wlr-randr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/wlr-randr/default.nix b/pkgs/tools/wayland/wlr-randr/default.nix
index b6f69992fec..d9f7bc246cd 100644
--- a/pkgs/tools/wayland/wlr-randr/default.nix
+++ b/pkgs/tools/wayland/wlr-randr/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wlr-randr";
-  version = "0.3.0";
+  version = "0.3.1";
 
   src = fetchFromSourcehut {
     owner = "~emersion";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-iJSHCQbom+V0TrtEYrjMrMkdc6PoZrjhtcgebZYjQjI=";
+    hash = "sha256-u5fsM+DCefPTXEg+ByTs0wyOlEfCj5OUeJydX6RRvo4=";
   };
 
   strictDeps = true;