Unverified Commit f4220d2c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rasm: 2.3.2 -> 2.3.3 (#379401)

parents 73ff422d 8dae178f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "rasm";
  version = "2.3.2";
  version = "2.3.3";

  src = fetchFromGitHub {
    owner = "EdouardBERGE";
    repo = "rasm";
    rev = "v${version}";
    hash = "sha256-vuOI29VMTBWIyP7jRIwYbXKWf9ijg8HqLhMEj1R9iQQ=";
    hash = "sha256-AV01XbjbF2pyIJ7lO/4mzWSREC2+aX4w5YJ8AI3GrqI=";
  };

  # by default the EXEC variable contains `rasm.exe`