Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

wl-mirror: 0.13.0 -> 0.13.1

+2 -2
+2 -2
pkgs/tools/wayland/wl-mirror/default.nix
··· 28 28 29 29 stdenv.mkDerivation rec { 30 30 pname = "wl-mirror"; 31 - version = "0.13.0"; 31 + version = "0.13.1"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "Ferdi265"; 35 35 repo = "wl-mirror"; 36 36 rev = "v${version}"; 37 - hash = "sha256-jjOcEr/E7l3ykdLAfiDlRSI0u76byDmBwfispTbopk8="; 37 + hash = "sha256-qYJmcsID5qbUs27ZCU2HkWVVnBmxWmyzSgruLPB4jI8="; 38 38 }; 39 39 40 40 strictDeps = true;