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

pragtical: 3.8.2 -> 3.8.3

parent 8e9b0fda
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pragtical";
  version = "3.8.2";
  version = "3.8.3";
  pluginManagerVersion = "1.4.7.1";
  linenoiseRev = "e78e236c8d85c078fdd9fc4e1f08716058aa1a42";

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

    hash = "sha256-qdOiwn9ThF5LXFNVzvr3MXVRax57bB5T5jDkm/NpgkA=";
    hash = "sha256-/rCDtUSBQaNsmzcIwWy+VBuMJHEbVXpn+a1Gz3bC6DU=";
  };

  strictDeps = true;