Unverified Commit 09b3422e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

wivrn: 26.2 -> 26.2.1 (#489623)

parents 2d10a6bb 2868cdcd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -53,13 +53,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "wivrn";
  version = "26.2";
  version = "26.2.1";

  src = fetchFromGitHub {
    owner = "wivrn";
    repo = "wivrn";
    rev = "v${finalAttrs.version}";
    hash = "sha256-wVFC8VDtALHI6e0655Ytc4gNOPnJP65XWNzlhzH2eoc=";
    hash = "sha256-s5SQcQ1giU1boO2W6GdzInmTD669oApLthBc3lwnHbY=";
  };

  monado = applyPatches {
@@ -67,8 +67,8 @@ stdenv.mkDerivation (finalAttrs: {
      domain = "gitlab.freedesktop.org";
      owner = "monado";
      repo = "monado";
      rev = "9dcc3e1de2f7449d9757f5db332c867b4d794fb3";
      hash = "sha256-ueg/GDnKP4nRVepdNE3sgK8sYckZc0aaC0CQc3tuxik=";
      rev = "723652b545a79609f9f04cb89fcbf807d9d6451a";
      hash = "sha256-wGqvTI/X22apc8XCN3GCGQClHfBW5xk73mZnwWvHtyI=";
    };

    postPatch = ''