Unverified Commit 223bee05 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

wivrn: 25.6 -> 25.6.1 (#421505)



Co-authored-by: default avatarImSapphire <imsapphire0@gmail.com>
parents c22ce64c 41054323
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,13 +51,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "wivrn";
  version = "25.6";
  version = "25.6.1";

  src = fetchFromGitHub {
    owner = "wivrn";
    repo = "wivrn";
    rev = "v${finalAttrs.version}";
    hash = "sha256-opl1zPQrdOMgDY0rYZccNNRpgba6FQZMHxvgKNS7svM=";
    hash = "sha256-DqgayLXI+RPIb8tLzJoHi+Z12px4pdzU50C0UBSa2u4=";
  };

  monado = applyPatches {