Unverified Commit e8c0e2ab authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #319105 from r-ryantm/auto-update/_0xproto

_0xproto: 2.000 -> 2.100
parents abd95b6c f2008d42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "0xproto";
  version = "2.000";
  version = "2.100";

  src = let
    underscoreVersion = builtins.replaceStrings ["."] ["_"] version;
  in
    fetchzip {
      url = "https://github.com/0xType/0xProto/releases/download/${version}/0xProto_${underscoreVersion}.zip";
      hash = "sha256-ekoCvN3A0mrYUwIG61508bRAvLdOa+MQ4IXPWE5zKHw=";
      hash = "sha256-hUQGCsktnun9924+k6ECQuQ1Ddl/qGmtuLWERh/vDpc=";
    };

  installPhase = ''