Commit f2008d42 authored by R. RyanTM's avatar R. RyanTM
Browse files

_0xproto: 2.000 -> 2.100

parent d51f8579
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 = ''