Unverified Commit 99f0d4ea authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

_0xproto: 2.100 -> 2.500

Diff: https://github.com/0xType/0xProto/compare/2.100...2.500
Changelog: https://github.com/0xType/0xProto/blob/2.500/CHANGELOG.md?plain=1#L3-L36

Required to add `stripRoot=false`, to follow archive format changes in 2.200
parent 453b5f7c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "0xproto";
  version = "2.100";
  version = "2.500";

  src =
    let
@@ -14,7 +14,8 @@ stdenvNoCC.mkDerivation rec {
    in
    fetchzip {
      url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip";
      hash = "sha256-hUQGCsktnun9924+k6ECQuQ1Ddl/qGmtuLWERh/vDpc=";
      hash = "sha256-AmD5lUV341222gu/cCLnKWO87mjPn7gFkeklrV3OlOs=";
      stripRoot = false;
    };

  installPhase = ''