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

rasm: 2.2.11 -> 2.3.0 (#372677)

parents a0a9d6b5 864ab914
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.2.11";
  version = "2.3.0";

  src = fetchFromGitHub {
    owner = "EdouardBERGE";
    repo = "rasm";
    rev = "v${version}";
    hash = "sha256-wFdRMWnOZ3gVp9RwTwD1bJEKVJ9khPRSQoCi75/YiPM=";
    hash = "sha256-xDiGVPXi12P2YzSESO4I4WGeQgWU9UPhJbenoN8sADc=";
  };

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