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

abaddon: 0.1.12 -> 0.1.13

parent 541745f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "abaddon";
  version = "0.1.12";
  version = "0.1.13";

  src = fetchFromGitHub {
    owner = "uowuo";
    repo = "abaddon";
    rev = "v${version}";
    hash = "sha256-Rz3c6RMZUiKQ0YKKQkCEkelfIGUq+xVmgNskj7uEjGI=";
    hash = "sha256-2iozeRuY/+JDnaHfAYiXNS1VgSrHAxXPuI8BevEEKTc=";
    fetchSubmodules = true;
  };