Commit 481e7664 authored by R. RyanTM's avatar R. RyanTM
Browse files

gr-framework: 0.73.7 -> 0.73.8

parent ee8bdf4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
  pname = "gr-framework";
  version = "0.73.7";
  version = "0.73.8";

  src = fetchFromGitHub {
    owner = "sciapp";
    repo = "gr";
    rev = "v${version}";
    hash = "sha256-Xd1x6RUlre/5oxq0wiVKkIAuGKgtoNY/5aa7dvmn71U=";
    hash = "sha256-6RgNFGRprke7AUu24VS9iYUcWMWJ/DQ/LIvleyQgza4=";
  };

  nativeBuildInputs = [