Commit 766c0cd1 authored by R. RyanTM's avatar R. RyanTM
Browse files

astc-encoder: 5.1.0 -> 5.2.0

parent 51c388cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@ in

stdenv.mkDerivation rec {
  pname = "astc-encoder";
  version = "5.1.0";
  version = "5.2.0";

  src = fetchFromGitHub {
    owner = "ARM-software";
    repo = "astc-encoder";
    rev = version;
    sha256 = "sha256-IGzH/0JLDUkwABCFRVVEJevWwcT5El3HweU6nsVQCJw=";
    sha256 = "sha256-rCyi5Nla2IXsLD+rLMTN1h3B9umlNN0epZmPi/IFHPQ=";
  };

  nativeBuildInputs = [ cmake ];