Commit 93a75fa9 authored by R. RyanTM's avatar R. RyanTM
Browse files

pragtical: 3.4.1 -> 3.4.2

parent d1c87382
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pragtical";
  version = "3.4.1";
  version = "3.4.2";
  pluginManagerVersion = "1.2.9";

  src = fetchFromGitHub {
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
      find subprojects -type d -name .git -prune -execdir rm -r {} +
    '';

    hash = "sha256-JlVNcNPsn4trO0w5NDtWvZhxgY2jXqVzFaXfjxGg6+s=";
    hash = "sha256-mYLYRyyKfjTCD8mi1KrQNLqwd8QX1wgpJtpWASQCLQU=";
  };

  nativeBuildInputs = [