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

fulcrum: 1.8.2 -> 1.9.0

parent b10a5200
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "fulcrum";
  version = "1.8.2";
  version = "1.9.0";

  src = fetchFromGitHub {
    owner = "cculianu";
    repo = "Fulcrum";
    rev = "v${version}";
    sha256 = "sha256-sX9GeY+c/mcsAWApQ0E5LwoXZgWUC4w7YY8/PEzMhl8=";
    sha256 = "sha256-HAA5YRShLzxVP9aIP1RdDH09cZqjiZhZOxxc2EVGvx8=";
  };

  nativeBuildInputs = [ pkg-config qmake ];