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 29 stdenv.mkDerivation rec { 30 pname = "wl-mirror"; 31 - version = "0.13.0"; 32 33 src = fetchFromGitHub { 34 owner = "Ferdi265"; 35 repo = "wl-mirror"; 36 rev = "v${version}"; 37 - hash = "sha256-jjOcEr/E7l3ykdLAfiDlRSI0u76byDmBwfispTbopk8="; 38 }; 39 40 strictDeps = true;
··· 28 29 stdenv.mkDerivation rec { 30 pname = "wl-mirror"; 31 + version = "0.13.1"; 32 33 src = fetchFromGitHub { 34 owner = "Ferdi265"; 35 repo = "wl-mirror"; 36 rev = "v${version}"; 37 + hash = "sha256-qYJmcsID5qbUs27ZCU2HkWVVnBmxWmyzSgruLPB4jI8="; 38 }; 39 40 strictDeps = true;